#991161

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

Shades of Jazzberry Jam #991161

Tints of Jazzberry Jam #991161

Color information

#991161 (or 0x991161) is unknown color: approx Jazzberry Jam. HEX triplet: 99, 11 and 61. RGB value is (153,17,97). Sum of RGB (Red+Green+Blue) = 153+17+97=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 17 (7.03% from 255 or 6.37% from 267); Blue value is 97 (38.28% from 255 or 36.33% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #991161 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991161 is #66EE9E. Grayscale: #424242. Windows color (decimal): -6745759 or 6361497. OLE color: 6361497.

HSL color Cylindrical-coordinate representation of color #991161: hue angle of 324.71º 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 #991161 is Cyan = 0, Magento = 0.89, Yellow = 0.37 and Black (K on CMYK) = 0.4.

Color convert

RGB1531797-
CMYK00.890.370.4
HSL324.71º80%33.33%-
HSV(B)324.71º88.89%60%-
XYZ15.498.0412.04-
YUV66.78145.06189.5-

RGB Variations

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

RGB

RED value IS 153 (60.16% from 255) = 57.30%
GREEN value IS 17 (7.03% from 255) = 6.37%
BLUE value IS 97 (38.28% from 255) = 36.33%
R=57.30%
G=6.37%
B=36.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal153179700.890.370.4324.718033.33
Hex99116105925281455021
Octal231211410131455050512041
Binary10011001100011100001010110011001011010001010001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #991161

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #991161; }

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

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

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

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

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

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

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

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