#9D166C

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

Shades of Jazzberry Jam #9D166C

Tints of Jazzberry Jam #9D166C

Color information

#9D166C (or 0x9D166C) is unknown color: approx Jazzberry Jam. HEX triplet: 9D, 16 and 6C. RGB value is (157,22,108). Sum of RGB (Red+Green+Blue) = 157+22+108=287 (38% of max value = 765). Red value is 157 (61.72% from 255 or 54.70% from 287); Green value is 22 (8.98% from 255 or 7.67% from 287); Blue value is 108 (42.58% from 255 or 37.63% from 287); Max value from RGB is 157 - color contains mainly: red. Hex color #9D166C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D166C is #62E993. Grayscale: #474747. Windows color (decimal): -6482324 or 7083677. OLE color: 7083677.

HSL color Cylindrical-coordinate representation of color #9D166C: hue angle of 321.78º degrees, saturation: 0.75, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #9D166C is Cyan = 0, Magento = 0.86, Yellow = 0.31 and Black (K on CMYK) = 0.38.

Color convert

RGB15722108-
CMYK00.860.310.38
HSL321.78º75.42%35.1%-
HSV(B)321.78º85.99%61.57%-
XYZ16.98.8215-
YUV72.17148.23188.51-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 54.70%
GREEN value IS 22 (8.98% from 255) = 7.67%
BLUE value IS 108 (42.58% from 255) = 37.63%
R=54.70%
G=7.67%
B=37.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.86
Y (Yellow) values IS 0.31
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1572210800.860.310.38321.7875.4235.1
Hex9D166C0561F261424b23
Octal235261540126374650211343
Binary1001110110110110110001010110111111001101010000101001011100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D166C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,22,108); }

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

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

 a { background-color: rgb(157,22,108); }

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

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

 span { border-color: rgb(157,22,108); }

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