#9F226C

Color #9F226C Jazzberry Jam (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Jazzberry Jam #9F226C

Tints of Jazzberry Jam #9F226C

Color information

#9F226C (or 0x9F226C) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 22 and 6C. RGB value is (159,34,108). Sum of RGB (Red+Green+Blue) = 159+34+108=301 (39% of max value = 765). Red value is 159 (62.5% from 255 or 52.82% from 301); Green value is 34 (13.67% from 255 or 11.30% from 301); Blue value is 108 (42.58% from 255 or 35.88% from 301); Max value from RGB is 159 - color contains mainly: red. Hex color #9F226C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #9F226C is #60DD93. Grayscale: #4F4F4F. Windows color (decimal): -6348180 or 7086751. OLE color: 7086751.

HSL color Cylindrical-coordinate representation of color #9F226C: hue angle of 324.48º degrees, saturation: 0.65, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #9F226C is Cyan = 0, Magento = 0.79, Yellow = 0.32 and Black (K on CMYK) = 0.38.

Color convert

RGB15934108-
CMYK00.790.320.38
HSL324.48º64.77%37.84%-
HSV(B)324.48º78.62%62.35%-
XYZ17.589.615.11-
YUV79.81143.91184.48-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 159 (62.5% from 255) = 52.82%
GREEN value IS 34 (13.67% from 255) = 11.30%
BLUE value IS 108 (42.58% from 255) = 35.88%
R=52.82%
G=11.30%
B=35.88%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.79
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1593410800.790.320.38324.4864.7737.84
Hex9F226C04F20261444126
Octal237421540117404650410146
Binary100111111000101101100010011111000001001101010001001000001100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F226C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9F226C; }

 p { color: rgb(159,34,108); }

 H1.HeaderClassName
 {
   color: #9F226C;
 }
 .AnyTagClassName
 {
   color: #9F226C;
 }
</style>
background-color css

<style>
 a { background-color: #9F226C; }

 a { background-color: rgb(159,34,108); }

 div.DivClassName
 {
   background-color: #9F226C;
 }
 .BgClassName
 {
   background-color: #9F226C;
 }
</style>
border-color css

<style>
 span { border-color: #9F226C; }

 span { border-color: rgb(159,34,108); }

 td.TdClassName
 {
   border-color: #9F226C;
 }
 .TagClassName
 {
   border-color: #9F226C;
 }
</style>