Html Css Color HEX #990474 Eggplant

📋 copy color: '#990474'

red 153 ◦ green 4 ◦ blue 116

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

Shades of Eggplant #990474

Tints of Eggplant #990474

RGB

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

 GREEN value IS 4 (1.95% from 255) = 1.47%

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

R = 56.04%
G = 1.47%
B = 42.49%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.4

RGB Variations

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

Color information

#990474 (or 0x990474) is known color: Eggplant. HEX triplet: 99, 04 and 74. RGB value is (153,4,116). Sum of RGB (Red+Green+Blue) = 153+4+116=273 (36% of max value = 765). Red value is 153 (60.16% from 255 or 56.04% from 273); Green value is 4 (1.95% from 255 or 1.47% from 273); Blue value is 116 (45.70% from 255 or 42.49% from 273); Max value from RGB is 153 - color contains mainly: red. Hex color #990474 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990474 is #66FB8B. Grayscale: #3D3D3D. Windows color (decimal): -6749068 or 7603353. OLE color: 7603353.

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

Color convert

RGB 153 4 116 -
CMYK 0 0.97 0.24 0.4
HSL 314.9º 0.95% 0.31% -
HSV(B) 314.9º 0.97% 0.6% -
XYZ 16.33 8.12 17.23 -
YUV 61.32 158.86 193.39 -
System Red Green Blue C M Y K H S L
Decimal 153 4 116 0 0.97 0.24 0.4 314.9 0.95 0.31
Hex 99 4 74 0 61 18 28 13B 5F 1F
Octal 231 4 164 0 141 30 50 473 137 37
Binary 10011001 100 1110100 0 1100001 11000 101000 100111011 1011111 11111

Color Harmonies of #990474

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990474

Black with #990474

Text Example


Text Example

White with #990474

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990474; }

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

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

background-color css

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

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

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

border-color css

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

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

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