Html Css Color HEX #990A7D Eggplant

📋 copy color: '#990A7D'

red 153 ◦ green 10 ◦ blue 125

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

Shades of Eggplant #990A7D

Tints of Eggplant #990A7D

RGB

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

 GREEN value IS 10 (4.3% from 255) = 3.47%

 BLUE value IS 125 (49.22% from 255) = 43.4%

R = 53.13%
G = 3.47%
B = 43.4%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.18

 K value IS 0.4

RGB Variations

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

Color information

#990A7D (or 0x990A7D) is known color: Eggplant. HEX triplet: 99, 0A and 7D. RGB value is (153,10,125). Sum of RGB (Red+Green+Blue) = 153+10+125=288 (38% of max value = 765). Red value is 153 (60.16% from 255 or 53.12% from 288); Green value is 10 (4.30% from 255 or 3.47% from 288); Blue value is 125 (49.22% from 255 or 43.40% from 288); Max value from RGB is 153 - color contains mainly: red. Hex color #990A7D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990A7D is #66F582. Grayscale: #414141. Windows color (decimal): -6747523 or 8194713. OLE color: 8194713.

HSL color Cylindrical-coordinate representation of color #990A7D: hue angle of 311.75º degrees, saturation: 0.88, 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 #990A7D is Cyan = 0, Magento = 0.93, Yellow = 0.18 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 10 125 -
CMYK 0 0.93 0.18 0.4
HSL 311.75º 0.88% 0.32% -
HSV(B) 311.75º 0.93% 0.6% -
XYZ 16.95 8.47 20.14 -
YUV 65.87 161.38 190.15 -
System Red Green Blue C M Y K H S L
Decimal 153 10 125 0 0.93 0.18 0.4 311.75 0.88 0.32
Hex 99 A 7D 0 5D 12 28 138 58 20
Octal 231 12 175 0 135 22 50 470 130 40
Binary 10011001 1010 1111101 0 1011101 10010 101000 100111000 1011000 100000

Color Harmonies of #990A7D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990A7D

Black with #990A7D

Text Example


Text Example

White with #990A7D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(153,10,125); }

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

background-color css

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

 a { background-color: rgb(153,10,125); }

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

border-color css

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

 span { border-color: rgb(153,10,125); }

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