Html Css Color HEX #991967 Jazzberry Jam

📋 copy color: '#991967'

red 153 ◦ green 25 ◦ blue 103

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

Shades of Jazzberry Jam #991967

Tints of Jazzberry Jam #991967

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 36.65%

R = 54.45%
G = 8.9%
B = 36.65%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.33

 K value IS 0.4

RGB Variations

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

Color information

#991967 (or 0x991967) is known color: Jazzberry Jam. HEX triplet: 99, 19 and 67. RGB value is (153,25,103). Sum of RGB (Red+Green+Blue) = 153+25+103=281 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.45% from 281); Green value is 25 (10.16% from 255 or 8.90% from 281); Blue value is 103 (40.62% from 255 or 36.65% from 281); Max value from RGB is 153 - color contains mainly: red. Hex color #991967 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991967 is #66E698. Grayscale: #474747. Windows color (decimal): -6743705 or 6756761. OLE color: 6756761.

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

Color convert

RGB 153 25 103 -
CMYK 0 0.84 0.33 0.4
HSL 323.44º 0.72% 0.35% -
HSV(B) 323.44º 0.84% 0.6% -
XYZ 15.93 8.45 13.62 -
YUV 72.16 145.41 185.66 -
System Red Green Blue C M Y K H S L
Decimal 153 25 103 0 0.84 0.33 0.4 323.44 0.72 0.35
Hex 99 19 67 0 54 21 28 143 48 23
Octal 231 31 147 0 124 41 50 503 110 43
Binary 10011001 11001 1100111 0 1010100 100001 101000 101000011 1001000 100011

Color Harmonies of #991967

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991967

Black with #991967

Text Example


Text Example

White with #991967

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991967; }

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

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

background-color css

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

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

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

border-color css

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

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

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