Html Css Color HEX #981964 Jazzberry Jam

📋 copy color: '#981964'

red 152 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #981964

Tints of Jazzberry Jam #981964

RGB

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

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

 BLUE value IS 100 (39.45% from 255) = 36.1%

R = 54.87%
G = 9.03%
B = 36.1%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.34

 K value IS 0.40

RGB Variations

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

Color information

#981964 (or 0x981964) is known color: Jazzberry Jam. HEX triplet: 98, 19 and 64. RGB value is (152,25,100). Sum of RGB (Red+Green+Blue) = 152+25+100=277 (36% of max value = 765). Red value is 152 (59.77% from 255 or 54.87% from 277); Green value is 25 (10.16% from 255 or 9.03% from 277); Blue value is 100 (39.45% from 255 or 36.10% from 277); Max value from RGB is 152 - color contains mainly: red. Hex color #981964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #981964 is #67E69B. Grayscale: #474747. Windows color (decimal): -6809244 or 6560152. OLE color: 6560152.

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

Color convert

RGB 152 25 100 -
CMYK 0 0.84 0.34 0.40
HSL 324.57º 0.72% 0.35% -
HSV(B) 324.57º 0.84% 0.6% -
XYZ 15.6 8.29 12.83 -
YUV 71.52 144.08 185.4 -
System Red Green Blue C M Y K H S L
Decimal 152 25 100 0 0.84 0.34 0.40 324.57 0.72 0.35
Hex 98 19 64 0 54 22 28 145 48 23
Octal 230 31 144 0 124 42 50 505 110 43
Binary 10011000 11001 1100100 0 1010100 100010 101000 101000101 1001000 100011

Color Harmonies of #981964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #981964

Black with #981964

Text Example


Text Example

White with #981964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #981964; }

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

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

background-color css

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

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

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

border-color css

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

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

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