Html Css Color HEX #990C6F Eggplant

📋 copy color: '#990C6F'

red 153 ◦ green 12 ◦ blue 111

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

Shades of Eggplant #990C6F

Tints of Eggplant #990C6F

RGB

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

 GREEN value IS 12 (5.08% from 255) = 4.35%

 BLUE value IS 111 (43.75% from 255) = 40.22%

R = 55.43%
G = 4.35%
B = 40.22%

CMYK

 C value IS 0

 M value IS 0.92

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#990C6F (or 0x990C6F) is known color: Eggplant. HEX triplet: 99, 0C and 6F. RGB value is (153,12,111). Sum of RGB (Red+Green+Blue) = 153+12+111=276 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.43% from 276); Green value is 12 (5.08% from 255 or 4.35% from 276); Blue value is 111 (43.75% from 255 or 40.22% from 276); Max value from RGB is 153 - color contains mainly: red. Hex color #990C6F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990C6F is #66F390. Grayscale: #414141. Windows color (decimal): -6747025 or 7277721. OLE color: 7277721.

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

Color convert

RGB 153 12 111 -
CMYK 0 0.92 0.27 0.4
HSL 317.87º 0.85% 0.32% -
HSV(B) 317.87º 0.92% 0.6% -
XYZ 16.14 8.18 15.77 -
YUV 65.45 153.71 190.45 -
System Red Green Blue C M Y K H S L
Decimal 153 12 111 0 0.92 0.27 0.4 317.87 0.85 0.32
Hex 99 C 6F 0 5C 1B 28 13E 55 20
Octal 231 14 157 0 134 33 50 476 125 40
Binary 10011001 1100 1101111 0 1011100 11011 101000 100111110 1010101 100000

Color Harmonies of #990C6F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990C6F

Black with #990C6F

Text Example


Text Example

White with #990C6F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,12,111); }

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

background-color css

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

 a { background-color: rgb(153,12,111); }

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

border-color css

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

 span { border-color: rgb(153,12,111); }

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