#9D0962

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

Shades of Jazzberry Jam #9D0962

Tints of Jazzberry Jam #9D0962

Color information

#9D0962 (or 0x9D0962) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 09 and 62. RGB value is (157,9,98). Sum of RGB (Red+Green+Blue) = 157+9+98=264 (34% of max value = 765). Red value is 157 (61.72% from 255 or 59.47% from 264); Green value is 9 (3.91% from 255 or 3.41% from 264); Blue value is 98 (38.67% from 255 or 37.12% from 264); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0962 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0962 is #62F69D. Grayscale: #3F3F3F. Windows color (decimal): -6485662 or 6424989. OLE color: 6424989.

HSL color Cylindrical-coordinate representation of color #9D0962: hue angle of 323.92º degrees, saturation: 0.89, 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 #9D0962 is Cyan = 0, Magento = 0.94, Yellow = 0.38 and Black (K on CMYK) = 0.38.

Color convert

RGB157998-
CMYK00.940.380.38
HSL323.92º89.16%32.55%-
HSV(B)323.92º94.27%61.57%-
XYZ16.218.2512.29-
YUV63.4147.53194.76-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.47%
GREEN value IS 9 (3.91% from 255) = 3.41%
BLUE value IS 98 (38.67% from 255) = 37.12%
R=59.47%
G=3.41%
B=37.12%

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
Decimal15799800.940.380.38323.9289.1632.55
Hex9D96205E26261445921
Octal235111420136464650413141
Binary1001110110011100010010111101001101001101010001001011001100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0962

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,9,98); }

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

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

 a { background-color: rgb(157,9,98); }

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

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

 span { border-color: rgb(157,9,98); }

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