Html Css Color HEX #982166 Jazzberry Jam

📋 copy color: '#982166'

red 152 ◦ green 33 ◦ blue 102

#982166
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Jazzberry Jam #982166

Tints of Jazzberry Jam #982166

RGB

 RED value IS 152 (59.77% from 255) = 52.96%

 GREEN value IS 33 (13.28% from 255) = 11.5%

 BLUE value IS 102 (40.23% from 255) = 35.54%

R = 52.96%
G = 11.5%
B = 35.54%

CMYK

 C value IS 0

 M value IS 0.78

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#982166 (or 0x982166) is known color: 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

RGB 152 33 102 -
CMYK 0 0.78 0.33 0.40
HSL 325.21º 0.64% 0.36% -
HSV(B) 325.21º 0.78% 0.6% -
XYZ 15.89 8.72 13.42 -
YUV 76.45 142.42 181.89 -
System Red Green Blue C M Y K H S L
Decimal 152 33 102 0 0.78 0.33 0.40 325.21 0.64 0.36
Hex 98 21 66 0 4E 21 28 145 40 24
Octal 230 41 146 0 116 41 50 505 100 44
Binary 10011000 100001 1100110 0 1001110 100001 101000 101000101 1000000 100100

Color Harmonies of #982166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #982166

Black with #982166

Text Example


Text Example

White with #982166

Text Example


Text Example

HTML Codes & Css Web 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>