#991164

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

Shades of Jazzberry Jam #991164

Tints of Jazzberry Jam #991164

Color information

#991164 (or 0x991164) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 64. RGB value is (153,17,100). Sum of RGB (Red+Green+Blue) = 153+17+100=270 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.67% from 270); Green value is 17 (7.03% from 255 or 6.30% from 270); Blue value is 100 (39.45% from 255 or 37.04% from 270); Max value from RGB is 153 - color contains mainly: red. Hex color #991164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991164 is #66EE9B. Grayscale: #424242. Windows color (decimal): -6745756 or 6558105. OLE color: 6558105.

HSL color Cylindrical-coordinate representation of color #991164: hue angle of 323.38º degrees, saturation: 0.8, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #991164 is Cyan = 0, Magento = 0.89, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB15317100-
CMYK00.890.350.4
HSL323.38º80%33.33%-
HSV(B)323.38º88.89%60%-
XYZ15.648.0912.79-
YUV67.13146.56189.25-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 56.67%
GREEN value IS 17 (7.03% from 255) = 6.30%
BLUE value IS 100 (39.45% from 255) = 37.04%
R=56.67%
G=6.30%
B=37.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.35
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal1531710000.890.350.4323.388033.33
Hex99116405923281435021
Octal231211440131435050312041
Binary10011001100011100100010110011000111010001010000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991164; }

 p { color: rgb(153,17,100); }

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

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

 a { background-color: rgb(153,17,100); }

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

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

 span { border-color: rgb(153,17,100); }

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