#9F196C

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

Shades of Jazzberry Jam #9F196C

Tints of Jazzberry Jam #9F196C

Color information

#9F196C (or 0x9F196C) is unknown color: approx Jazzberry Jam. HEX triplet: 9F, 19 and 6C. RGB value is (159,25,108). Sum of RGB (Red+Green+Blue) = 159+25+108=292 (38% of max value = 765). Red value is 159 (62.5% from 255 or 54.45% from 292); Green value is 25 (10.16% from 255 or 8.56% from 292); Blue value is 108 (42.58% from 255 or 36.99% from 292); Max value from RGB is 159 - color contains mainly: red. Hex color #9F196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9F196C is #60E693. Grayscale: #4A4A4A. Windows color (decimal): -6350484 or 7084447. OLE color: 7084447.

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

Color convert

RGB15925108-
CMYK00.840.320.38
HSL322.84º72.83%36.08%-
HSV(B)322.84º84.28%62.35%-
XYZ17.359.1515.04-
YUV74.53146.89188.25-

RGB Variations

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

RGB

RED value IS 159 (62.5% from 255) = 54.45%
GREEN value IS 25 (10.16% from 255) = 8.56%
BLUE value IS 108 (42.58% from 255) = 36.99%
R=54.45%
G=8.56%
B=36.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.32
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1592510800.840.320.38322.8472.8336.08
Hex9F196C05420261434924
Octal237311540124404650311144
Binary10011111110011101100010101001000001001101010000111001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9F196C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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