#9E196F

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

Shades of Jazzberry Jam #9E196F

Tints of Jazzberry Jam #9E196F

Color information

#9E196F (or 0x9E196F) is unknown color: approx Jazzberry Jam. HEX triplet: 9E, 19 and 6F. RGB value is (158,25,111). Sum of RGB (Red+Green+Blue) = 158+25+111=294 (38% of max value = 765). Red value is 158 (62.11% from 255 or 53.74% from 294); Green value is 25 (10.16% from 255 or 8.50% from 294); Blue value is 111 (43.75% from 255 or 37.76% from 294); Max value from RGB is 158 - color contains mainly: red. Hex color #9E196F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9E196F is #61E690. Grayscale: #4A4A4A. Windows color (decimal): -6416017 or 7281054. OLE color: 7281054.

HSL color Cylindrical-coordinate representation of color #9E196F: hue angle of 321.2º 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 #9E196F is Cyan = 0, Magento = 0.84, Yellow = 0.30 and Black (K on CMYK) = 0.38.

Color convert

RGB15825111-
CMYK00.840.300.38
HSL321.2º72.68%35.88%-
HSV(B)321.2º84.18%61.96%-
XYZ17.329.1115.88-
YUV74.57148.56187.51-

RGB Variations

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

RGB

RED value IS 158 (62.11% from 255) = 53.74%
GREEN value IS 25 (10.16% from 255) = 8.50%
BLUE value IS 111 (43.75% from 255) = 37.76%
R=53.74%
G=8.50%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.84
Y (Yellow) values IS 0.30
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1582511100.840.300.38321.272.6835.88
Hex9E196F0541E261414924
Octal236311570124364650111144
Binary1001111011001110111101010100111101001101010000011001001100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9E196F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(158,25,111); }

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

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

 a { background-color: rgb(158,25,111); }

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

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

 span { border-color: rgb(158,25,111); }

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