Html Css Color HEX #990274 Eggplant

📋 copy color: '#990274'

red 153 ◦ green 2 ◦ blue 116

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

Shades of Eggplant #990274

Tints of Eggplant #990274

RGB

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

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

 BLUE value IS 116 (45.7% from 255) = 42.8%

R = 56.46%
G = 0.74%
B = 42.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#990274 (or 0x990274) is known color: Eggplant. HEX triplet: 99, 02 and 74. RGB value is (153,2,116). Sum of RGB (Red+Green+Blue) = 153+2+116=271 (35% of max value = 765). Red value is 153 (60.16% from 255 or 56.46% from 271); Green value is 2 (1.17% from 255 or 0.74% from 271); Blue value is 116 (45.70% from 255 or 42.80% from 271); Max value from RGB is 153 - color contains mainly: red. Hex color #990274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990274 is #66FD8B. Grayscale: #3B3B3B. Windows color (decimal): -6749580 or 7602841. OLE color: 7602841.

HSL color Cylindrical-coordinate representation of color #990274: hue angle of 314.7º 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 #990274 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.4.

Color convert

RGB 153 2 116 -
CMYK 0 0.99 0.24 0.4
HSL 314.7º 0.97% 0.3% -
HSV(B) 314.7º 0.99% 0.6% -
XYZ 16.31 8.08 17.22 -
YUV 60.15 159.53 194.23 -
System Red Green Blue C M Y K H S L
Decimal 153 2 116 0 0.99 0.24 0.4 314.7 0.97 0.3
Hex 99 2 74 0 63 18 28 13B 61 1E
Octal 231 2 164 0 143 30 50 473 141 36
Binary 10011001 10 1110100 0 1100011 11000 101000 100111011 1100001 11110

Color Harmonies of #990274

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990274

Black with #990274

Text Example


Text Example

White with #990274

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990274; }

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

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

background-color css

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

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

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

border-color css

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

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

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