#981164

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

Shades of Jazzberry Jam #981164

Tints of Jazzberry Jam #981164

Color information

#981164 (or 0x981164) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 11 and 64. RGB value is (152,17,100). Sum of RGB (Red+Green+Blue) = 152+17+100=269 (35% of max value = 765). Red value is 152 (59.77% from 255 or 56.51% from 269); Green value is 17 (7.03% from 255 or 6.32% from 269); Blue value is 100 (39.45% from 255 or 37.17% from 269); Max value from RGB is 152 - color contains mainly: red. Hex color #981164 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981164 is #67EE9B. Grayscale: #424242. Windows color (decimal): -6811292 or 6558104. OLE color: 6558104.

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

Color convert

RGB15217100-
CMYK00.890.340.40
HSL323.11º79.88%33.14%-
HSV(B)323.11º88.82%59.61%-
XYZ15.45812.79-
YUV66.83146.73188.75-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 56.51%
GREEN value IS 17 (7.03% from 255) = 6.32%
BLUE value IS 100 (39.45% from 255) = 37.17%
R=56.51%
G=6.32%
B=37.17%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1521710000.890.340.40323.1179.8833.14
Hex98116405922281435021
Octal230211440131425050312041
Binary10011000100011100100010110011000101010001010000111010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981164

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981164; }

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

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

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

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

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

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

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

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