Html Css Color HEX #990E6C Eggplant

📋 copy color: '#990E6C'

red 153 ◦ green 14 ◦ blue 108

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

Shades of Eggplant #990E6C

Tints of Eggplant #990E6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 39.27%

R = 55.64%
G = 5.09%
B = 39.27%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.29

 K value IS 0.4

RGB Variations

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

Color information

#990E6C (or 0x990E6C) is known color: Eggplant. HEX triplet: 99, 0E and 6C. RGB value is (153,14,108). Sum of RGB (Red+Green+Blue) = 153+14+108=275 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.64% from 275); Green value is 14 (5.86% from 255 or 5.09% from 275); Blue value is 108 (42.58% from 255 or 39.27% from 275); Max value from RGB is 153 - color contains mainly: red. Hex color #990E6C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E6C is #66F193. Grayscale: #424242. Windows color (decimal): -6746516 or 7081625. OLE color: 7081625.

HSL color Cylindrical-coordinate representation of color #990E6C: hue angle of 319.42º 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 #990E6C is Cyan = 0, Magento = 0.91, Yellow = 0.29 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 14 108 -
CMYK 0 0.91 0.29 0.4
HSL 319.42º 0.83% 0.33% -
HSV(B) 319.42º 0.91% 0.6% -
XYZ 16 8.17 14.92 -
YUV 66.28 151.55 189.86 -
System Red Green Blue C M Y K H S L
Decimal 153 14 108 0 0.91 0.29 0.4 319.42 0.83 0.33
Hex 99 E 6C 0 5B 1D 28 13F 53 21
Octal 231 16 154 0 133 35 50 477 123 41
Binary 10011001 1110 1101100 0 1011011 11101 101000 100111111 1010011 100001

Color Harmonies of #990E6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E6C

Black with #990E6C

Text Example


Text Example

White with #990E6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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