#9F0A62

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

Shades of Jazzberry Jam #9F0A62

Tints of Jazzberry Jam #9F0A62

Color information

#9F0A62 (or 0x9F0A62) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 0A and 62. RGB value is (159,10,98). Sum of RGB (Red+Green+Blue) = 159+10+98=267 (35% of max value = 765). Red value is 159 (62.5% from 255 or 59.55% from 267); Green value is 10 (4.30% from 255 or 3.75% from 267); Blue value is 98 (38.67% from 255 or 36.70% from 267); Max value from RGB is 159 - color contains mainly: red. Hex color #9F0A62 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F0A62 is #60F59D. Grayscale: #404040. Windows color (decimal): -6354334 or 6425247. OLE color: 6425247.

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

Color convert

RGB1591098-
CMYK00.940.380.38
HSL324.56º88.17%33.14%-
HSV(B)324.56º93.71%62.35%-
XYZ16.618.4712.31-
YUV64.58146.86195.34-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 59.55%
GREEN value IS 10 (4.30% from 255) = 3.75%
BLUE value IS 98 (38.67% from 255) = 36.70%
R=59.55%
G=3.75%
B=36.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.38
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal159109800.940.380.38324.5688.1733.14
Hex9FA6205E26261455821
Octal237121420136464650513041
Binary1001111110101100010010111101001101001101010001011011000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F0A62

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(159,10,98); }

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

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

 a { background-color: rgb(159,10,98); }

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

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

 span { border-color: rgb(159,10,98); }

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