Html Css Color HEX #991964 Jazzberry Jam

📋 copy color: '#991964'

red 153 ◦ green 25 ◦ blue 100

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

Shades of Jazzberry Jam #991964

Tints of Jazzberry Jam #991964

RGB

 RED value IS 153 (60.16% from 255) = 55.04%

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

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

R = 55.04%
G = 8.99%
B = 35.97%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#991964 (or 0x991964) is known color: Jazzberry Jam. HEX triplet: 99, 19 and 64. RGB value is (153,25,100). Sum of RGB (Red+Green+Blue) = 153+25+100=278 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.04% from 278); Green value is 25 (10.16% from 255 or 8.99% from 278); Blue value is 100 (39.45% from 255 or 35.97% from 278); Max value from RGB is 153 - color contains mainly: red. Hex color #991964 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991964 is #66E69B. Grayscale: #474747. Windows color (decimal): -6743708 or 6560153. OLE color: 6560153.

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

Color convert

RGB 153 25 100 -
CMYK 0 0.84 0.35 0.4
HSL 324.84º 0.72% 0.35% -
HSV(B) 324.84º 0.84% 0.6% -
XYZ 15.78 8.39 12.84 -
YUV 71.82 143.91 185.9 -
System Red Green Blue C M Y K H S L
Decimal 153 25 100 0 0.84 0.35 0.4 324.84 0.72 0.35
Hex 99 19 64 0 54 23 28 145 48 23
Octal 231 31 144 0 124 43 50 505 110 43
Binary 10011001 11001 1100100 0 1010100 100011 101000 101000101 1001000 100011

Color Harmonies of #991964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991964

Black with #991964

Text Example


Text Example

White with #991964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991964; }

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

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

background-color css

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

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

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

border-color css

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

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

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