Html Css Color HEX #990E6D Eggplant

📋 copy color: '#990E6D'

red 153 ◦ green 14 ◦ blue 109

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

Shades of Eggplant #990E6D

Tints of Eggplant #990E6D

RGB

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

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

 BLUE value IS 109 (42.97% from 255) = 39.49%

R = 55.43%
G = 5.07%
B = 39.49%

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

#990E6D (or 0x990E6D) is known color: Eggplant. HEX triplet: 99, 0E and 6D. RGB value is (153,14,109). Sum of RGB (Red+Green+Blue) = 153+14+109=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 14 (5.86% from 255 or 5.07% from 276); Blue value is 109 (42.97% from 255 or 39.49% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990E6D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990E6D is #66F192. Grayscale: #424242. Windows color (decimal): -6746515 or 7147161. OLE color: 7147161.

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

Color convert

RGB 153 14 109 -
CMYK 0 0.91 0.29 0.4
HSL 318.99º 0.83% 0.33% -
HSV(B) 318.99º 0.91% 0.6% -
XYZ 16.05 8.19 15.2 -
YUV 66.39 152.05 189.78 -
System Red Green Blue C M Y K H S L
Decimal 153 14 109 0 0.91 0.29 0.4 318.99 0.83 0.33
Hex 99 E 6D 0 5B 1D 28 13F 53 21
Octal 231 16 155 0 133 35 50 477 123 41
Binary 10011001 1110 1101101 0 1011011 11101 101000 100111111 1010011 100001

Color Harmonies of #990E6D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990E6D

Black with #990E6D

Text Example


Text Example

White with #990E6D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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