Html Css Color HEX #990478 Eggplant

📋 copy color: '#990478'

red 153 ◦ green 4 ◦ blue 120

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

Shades of Eggplant #990478

Tints of Eggplant #990478

RGB

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

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

 BLUE value IS 120 (47.27% from 255) = 43.32%

R = 55.23%
G = 1.44%
B = 43.32%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990478 (or 0x990478) is known color: Eggplant. HEX triplet: 99, 04 and 78. RGB value is (153,4,120). Sum of RGB (Red+Green+Blue) = 153+4+120=277 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.23% from 277); Green value is 4 (1.95% from 255 or 1.44% from 277); Blue value is 120 (47.27% from 255 or 43.32% from 277); Max value from RGB is 153 - color contains mainly: red. Hex color #990478 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990478 is #66FB87. Grayscale: #3D3D3D. Windows color (decimal): -6749064 or 7865497. OLE color: 7865497.

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

Color convert

RGB 153 4 120 -
CMYK 0 0.97 0.22 0.4
HSL 313.29º 0.95% 0.31% -
HSV(B) 313.29º 0.97% 0.6% -
XYZ 16.57 8.22 18.48 -
YUV 61.78 160.86 193.07 -
System Red Green Blue C M Y K H S L
Decimal 153 4 120 0 0.97 0.22 0.4 313.29 0.95 0.31
Hex 99 4 78 0 61 16 28 139 5F 1F
Octal 231 4 170 0 141 26 50 471 137 37
Binary 10011001 100 1111000 0 1100001 10110 101000 100111001 1011111 11111

Color Harmonies of #990478

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990478

Black with #990478

Text Example


Text Example

White with #990478

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990478; }

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

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

background-color css

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

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

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

border-color css

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

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

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