Html Css Color HEX #990E6E Eggplant

📋 copy color: '#990E6E'

red 153 ◦ green 14 ◦ blue 110

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

Shades of Eggplant #990E6E

Tints of Eggplant #990E6E

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5.05%

 BLUE value IS 110 (43.36% from 255) = 39.71%

R = 55.23%
G = 5.05%
B = 39.71%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.28

 K value IS 0.4

RGB Variations

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

Color information

#990E6E (or 0x990E6E) is known color: Eggplant. HEX triplet: 99, 0E and 6E. RGB value is (153,14,110). Sum of RGB (Red+Green+Blue) = 153+14+110=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 14 (5.86% from 255 or 5.05% from 277); Blue value is 110 (43.36% from 255 or 39.71% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990E6E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E6E is #66F191. Grayscale: #424242. Windows color (decimal): -6746514 or 7212697. OLE color: 7212697.

HSL color Cylindrical-coordinate representation of color #990E6E: hue angle of 318.56º degrees, saturation: 0.83, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #990E6E is Cyan = 0, Magento = 0.91, Yellow = 0.28 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 14 110 -
CMYK 0 0.91 0.28 0.4
HSL 318.56º 0.83% 0.33% -
HSV(B) 318.56º 0.91% 0.6% -
XYZ 16.11 8.21 15.49 -
YUV 66.51 152.55 189.69 -
System Red Green Blue C M Y K H S L
Decimal 153 14 110 0 0.91 0.28 0.4 318.56 0.83 0.33
Hex 99 E 6E 0 5B 1C 28 13F 53 21
Octal 231 16 156 0 133 34 50 477 123 41
Binary 10011001 1110 1101110 0 1011011 11100 101000 100111111 1010011 100001

Color Harmonies of #990E6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E6E

Black with #990E6E

Text Example


Text Example

White with #990E6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,14,110); }

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

background-color css

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

 a { background-color: rgb(153,14,110); }

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

border-color css

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

 span { border-color: rgb(153,14,110); }

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