#9b196c

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

Shades of Jazzberry Jam #9B196C

Tints of Jazzberry Jam #9B196C

Color information

#9B196C (or 0x9B196C) is unknown color: approx Jazzberry Jam. HEX triplet: 9B, 19 and 6C. RGB value is (155,25,108). Sum of RGB (Red+Green+Blue) = 155+25+108=288 (38% of max value = 765). Red value is 155 (60.94% from 255 or 53.82% from 288); Green value is 25 (10.16% from 255 or 8.68% from 288); Blue value is 108 (42.58% from 255 or 37.5% from 288); Max value from RGB is 155 - color contains mainly: red. Hex color #9B196C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9B196C is #64E693. Grayscale: #494949. Windows color (decimal): -6612628 or 7084443. OLE color: 7084443.

HSL color Cylindrical-coordinate representation of color #9B196C: hue angle of 321.69º degrees, saturation: 0.72, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #9B196C is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.39.

Color convert

RGB15525108-
CMYK00.840.300.39
HSL321.69º72.22%35.29%-
HSV(B)321.69º83.87%60.78%-
XYZ16.578.7515-
YUV73.33147.57186.25-

RGB Variations

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

RGB

RED value IS 155 (60.94% from 255) = 53.82%
GREEN value IS 25 (10.16% from 255) = 8.68%
BLUE value IS 108 (42.58% from 255) = 37.5%
R=53.82%
G=8.68%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal1552510800.840.300.39321.6972.2235.29
Hex9B196C0541E271424823
Octal233311540124364750211043
Binary1001101111001110110001010100111101001111010000101001000100011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9b196c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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