Html Css Color HEX #991968 Jazzberry Jam

📋 copy color: '#991968'

red 153 ◦ green 25 ◦ blue 104

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

Shades of Jazzberry Jam #991968

Tints of Jazzberry Jam #991968

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 36.88%

R = 54.26%
G = 8.87%
B = 36.88%

CMYK

 C value IS 0

 M value IS 0.84

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#991968 (or 0x991968) is known color: Jazzberry Jam. HEX triplet: 99, 19 and 68. RGB value is (153,25,104). Sum of RGB (Red+Green+Blue) = 153+25+104=282 (37% of max value = 765). Red value is 153 (60.16% from 255 or 54.26% from 282); Green value is 25 (10.16% from 255 or 8.87% from 282); Blue value is 104 (41.02% from 255 or 36.88% from 282); Max value from RGB is 153 - color contains mainly: red. Hex color #991968 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #991968 is #66E697. Grayscale: #484848. Windows color (decimal): -6743704 or 6822297. OLE color: 6822297.

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

Color convert

RGB 153 25 104 -
CMYK 0 0.84 0.32 0.4
HSL 322.97º 0.72% 0.35% -
HSV(B) 322.97º 0.84% 0.6% -
XYZ 15.98 8.47 13.89 -
YUV 72.28 145.91 185.58 -
System Red Green Blue C M Y K H S L
Decimal 153 25 104 0 0.84 0.32 0.4 322.97 0.72 0.35
Hex 99 19 68 0 54 20 28 143 48 23
Octal 231 31 150 0 124 40 50 503 110 43
Binary 10011001 11001 1101000 0 1010100 100000 101000 101000011 1001000 100011

Color Harmonies of #991968

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991968

Black with #991968

Text Example


Text Example

White with #991968

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991968; }

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

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

background-color css

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

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

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

border-color css

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

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

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