Html Css Color HEX #991E68 Jazzberry Jam

📋 copy color: '#991E68'

red 153 ◦ green 30 ◦ blue 104

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

Shades of Jazzberry Jam #991E68

Tints of Jazzberry Jam #991E68

RGB

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

 GREEN value IS 30 (12.11% from 255) = 10.45%

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

R = 53.31%
G = 10.45%
B = 36.24%

CMYK

 C value IS 0

 M value IS 0.80

 Y value IS 0.32

 K value IS 0.4

RGB Variations

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

Color information

#991E68 (or 0x991E68) is known color: Jazzberry Jam. HEX triplet: 99, 1E and 68. RGB value is (153,30,104). Sum of RGB (Red+Green+Blue) = 153+30+104=287 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.31% from 287); Green value is 30 (12.11% from 255 or 10.45% from 287); Blue value is 104 (41.02% from 255 or 36.24% from 287); Max value from RGB is 153 - color contains mainly: red. Hex color #991E68 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #991E68 is #66E197. Grayscale: #4B4B4B. Windows color (decimal): -6742424 or 6823577. OLE color: 6823577.

HSL color Cylindrical-coordinate representation of color #991E68: hue angle of 323.9º degrees, saturation: 0.67, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #991E68 is Cyan = 0, Magento = 0.80, Yellow = 0.32 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 30 104 -
CMYK 0 0.80 0.32 0.4
HSL 323.9º 0.67% 0.36% -
HSV(B) 323.9º 0.8% 0.6% -
XYZ 16.1 8.7 13.93 -
YUV 75.21 144.25 183.48 -
System Red Green Blue C M Y K H S L
Decimal 153 30 104 0 0.80 0.32 0.4 323.9 0.67 0.36
Hex 99 1E 68 0 50 20 28 144 43 24
Octal 231 36 150 0 120 40 50 504 103 44
Binary 10011001 11110 1101000 0 1010000 100000 101000 101000100 1000011 100100

Color Harmonies of #991E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #991E68

Black with #991E68

Text Example


Text Example

White with #991E68

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #991E68; }

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

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

background-color css

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

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

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

border-color css

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

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

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