Html Css Color HEX #990B64 Eggplant

📋 copy color: '#990B64'

red 153 ◦ green 11 ◦ blue 100

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

Shades of Eggplant #990B64

Tints of Eggplant #990B64

RGB

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

 GREEN value IS 11 (4.69% from 255) = 4.17%

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

R = 57.95%
G = 4.17%
B = 37.88%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.35

 K value IS 0.4

RGB Variations

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

Color information

#990B64 (or 0x990B64) is known color: Eggplant. HEX triplet: 99, 0B and 64. RGB value is (153,11,100). Sum of RGB (Red+Green+Blue) = 153+11+100=264 (34% of max value = 765). Red value is 153 (60.16% from 255 or 57.95% from 264); Green value is 11 (4.69% from 255 or 4.17% from 264); Blue value is 100 (39.45% from 255 or 37.88% from 264); Max value from RGB is 153 - color contains mainly: red. Hex color #990B64 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990B64 is #66F49B. Grayscale: #3F3F3F. Windows color (decimal): -6747292 or 6556569. OLE color: 6556569.

HSL color Cylindrical-coordinate representation of color #990B64: hue angle of 322.39º degrees, saturation: 0.87, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #990B64 is Cyan = 0, Magento = 0.93, Yellow = 0.35 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 11 100 -
CMYK 0 0.93 0.35 0.4
HSL 322.39º 0.87% 0.32% -
HSV(B) 322.39º 0.93% 0.6% -
XYZ 15.56 7.93 12.77 -
YUV 63.6 148.54 191.76 -
System Red Green Blue C M Y K H S L
Decimal 153 11 100 0 0.93 0.35 0.4 322.39 0.87 0.32
Hex 99 B 64 0 5D 23 28 142 57 20
Octal 231 13 144 0 135 43 50 502 127 40
Binary 10011001 1011 1100100 0 1011101 100011 101000 101000010 1010111 100000

Color Harmonies of #990B64

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990B64

Black with #990B64

Text Example


Text Example

White with #990B64

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990B64; }

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

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

background-color css

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

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

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

border-color css

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

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

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