#982166

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

Shades of Jazzberry Jam #982166

Tints of Jazzberry Jam #982166

Color information

#982166 (or 0x982166) is unknown color: approx Jazzberry Jam. HEX triplet: 98, 21 and 66. RGB value is (152,33,102). Sum of RGB (Red+Green+Blue) = 152+33+102=287 (38% of max value = 765). Red value is 152 (59.77% from 255 or 52.96% from 287); Green value is 33 (13.28% from 255 or 11.50% from 287); Blue value is 102 (40.23% from 255 or 35.54% from 287); Max value from RGB is 152 - color contains mainly: red. Hex color #982166 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #982166 is #67DE99. Grayscale: #4C4C4C. Windows color (decimal): -6807194 or 6693272. OLE color: 6693272.

HSL color Cylindrical-coordinate representation of color #982166: hue angle of 325.21º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #982166 is Cyan = 0, Magento = 0.78, Yellow = 0.33 and Black (K on CMYK) = 0.40.

Color convert

RGB15233102-
CMYK00.780.330.40
HSL325.21º64.32%36.27%-
HSV(B)325.21º78.29%59.61%-
XYZ15.898.7213.42-
YUV76.45142.42181.89-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 52.96%
GREEN value IS 33 (13.28% from 255) = 11.50%
BLUE value IS 102 (40.23% from 255) = 35.54%
R=52.96%
G=11.50%
B=35.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.78
Y (Yellow) values IS 0.33
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal1523310200.780.330.40325.2164.3236.27
Hex98216604E21281454024
Octal230411460116415050510044
Binary100110001000011100110010011101000011010001010001011000000100100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #982166

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #982166; }

 p { color: rgb(152,33,102); }

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

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

 a { background-color: rgb(152,33,102); }

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

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

 span { border-color: rgb(152,33,102); }

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