Html Css Color HEX #990270 Eggplant

📋 copy color: '#990270'

red 153 ◦ green 2 ◦ blue 112

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

Shades of Eggplant #990270

Tints of Eggplant #990270

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

 BLUE value IS 112 (44.14% from 255) = 41.95%

R = 57.3%
G = 0.75%
B = 41.95%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.27

 K value IS 0.4

RGB Variations

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

Color information

#990270 (or 0x990270) is known color: Eggplant. HEX triplet: 99, 02 and 70. RGB value is (153,2,112). Sum of RGB (Red+Green+Blue) = 153+2+112=267 (35% of max value = 765). Red value is 153 (60.16% from 255 or 57.30% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 112 (44.14% from 255 or 41.95% from 267); Max value from RGB is 153 - color contains mainly: red. Hex color #990270 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990270 is #66FD8F. Grayscale: #3B3B3B. Windows color (decimal): -6749584 or 7340697. OLE color: 7340697.

HSL color Cylindrical-coordinate representation of color #990270: hue angle of 316.29º degrees, saturation: 0.97, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #990270 is Cyan = 0, Magento = 0.99, Yellow = 0.27 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 112 -
CMYK 0 0.99 0.27 0.4
HSL 316.29º 0.97% 0.3% -
HSV(B) 316.29º 0.99% 0.6% -
XYZ 16.08 7.99 16.02 -
YUV 59.69 157.53 194.56 -
System Red Green Blue C M Y K H S L
Decimal 153 2 112 0 0.99 0.27 0.4 316.29 0.97 0.3
Hex 99 2 70 0 63 1B 28 13C 61 1E
Octal 231 2 160 0 143 33 50 474 141 36
Binary 10011001 10 1110000 0 1100011 11011 101000 100111100 1100001 11110

Color Harmonies of #990270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990270

Black with #990270

Text Example


Text Example

White with #990270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990270; }

 p { color: rgb(153,2,112); }

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

background-color css

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

 a { background-color: rgb(153,2,112); }

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

border-color css

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

 span { border-color: rgb(153,2,112); }

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