#981160

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

Shades of Jazzberry Jam #981160

Tints of Jazzberry Jam #981160

Color information

#981160 (or 0x981160) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 11 and 60. RGB value is (152,17,96). Sum of RGB (Red+Green+Blue) = 152+17+96=265 (35% of max value = 765). Red value is 152 (59.77% from 255 or 57.36% from 265); Green value is 17 (7.03% from 255 or 6.42% from 265); Blue value is 96 (37.89% from 255 or 36.23% from 265); Max value from RGB is 152 - color contains mainly: red. Hex color #981160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981160 is #67EE9F. Grayscale: #424242. Windows color (decimal): -6811296 or 6295960. OLE color: 6295960.

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

Color convert

RGB1521796-
CMYK00.890.370.40
HSL324.89º79.88%33.14%-
HSV(B)324.89º88.82%59.61%-
XYZ15.267.9211.79-
YUV66.37144.73189.08-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 57.36%
GREEN value IS 17 (7.03% from 255) = 6.42%
BLUE value IS 96 (37.89% from 255) = 36.23%
R=57.36%
G=6.42%
B=36.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.37
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152179600.890.370.40324.8979.8833.14
Hex98116005925281455021
Octal230211400131455050512041
Binary10011000100011100000010110011001011010001010001011010000100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #981160

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #981160; }

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

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

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

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

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

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

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

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