Html Css Color HEX #981966 Jazzberry Jam

📋 copy color: '#981966'

red 152 ◦ green 25 ◦ blue 102

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

Shades of Jazzberry Jam #981966

Tints of Jazzberry Jam #981966

RGB

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

 GREEN value IS 25 (10.16% from 255) = 8.96%

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

R = 54.48%
G = 8.96%
B = 36.56%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.40

RGB Variations

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

Color information

#981966 (or 0x981966) is known color: Jazzberry Jam. HEX triplet: 98, 19 and 66. RGB value is (152,25,102). Sum of RGB (Red+Green+Blue) = 152+25+102=279 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.48% from 279); Green value is 25 (10.16% from 255 or 8.96% from 279); Blue value is 102 (40.23% from 255 or 36.56% from 279); Max value from RGB is 152 - color contains mainly: red. Hex color #981966 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981966 is #67E699. Grayscale: #474747. Windows color (decimal): -6809242 or 6691224. OLE color: 6691224.

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

Color convert

RGB 152 25 102 -
CMYK 0 0.84 0.33 0.40
HSL 323.62º 0.72% 0.35% -
HSV(B) 323.62º 0.84% 0.6% -
XYZ 15.69 8.33 13.35 -
YUV 71.75 145.08 185.24 -
System Red Green Blue C M Y K H S L
Decimal 152 25 102 0 0.84 0.33 0.40 323.62 0.72 0.35
Hex 98 19 66 0 54 21 28 144 48 23
Octal 230 31 146 0 124 41 50 504 110 43
Binary 10011000 11001 1100110 0 1010100 100001 101000 101000100 1001000 100011

Color Harmonies of #981966

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981966

Black with #981966

Text Example


Text Example

White with #981966

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981966; }

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

 H1.HeaderClassName
 {
   color: #981966;
 }
 .AnyTagClassName
 {
   color: #981966;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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