Html Css Color HEX #990178 Eggplant

📋 copy color: '#990178'

red 153 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #990178

Tints of Eggplant #990178

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.36%

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

R = 55.84%
G = 0.36%
B = 43.8%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.22

 K value IS 0.4

RGB Variations

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

Color information

#990178 (or 0x990178) is known color: Eggplant. HEX triplet: 99, 01 and 78. RGB value is (153,1,120). Sum of RGB (Red+Green+Blue) = 153+1+120=274 (36% of max value = 765). Red value is 153 (60.16% from 255 or 55.84% from 274); Green value is 1 (0.78% from 255 or 0.36% from 274); Blue value is 120 (47.27% from 255 or 43.80% from 274); Max value from RGB is 153 - color contains mainly: red. Hex color #990178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #990178 is #66FE87. Grayscale: #3B3B3B. Windows color (decimal): -6749832 or 7864729. OLE color: 7864729.

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

Color convert

RGB 153 1 120 -
CMYK 0 0.99 0.22 0.4
HSL 313.03º 0.99% 0.3% -
HSV(B) 313.03º 0.99% 0.6% -
XYZ 16.54 8.15 18.47 -
YUV 60.01 161.86 194.32 -
System Red Green Blue C M Y K H S L
Decimal 153 1 120 0 0.99 0.22 0.4 313.03 0.99 0.3
Hex 99 1 78 0 63 16 28 139 63 1E
Octal 231 1 170 0 143 26 50 471 143 36
Binary 10011001 1 1111000 0 1100011 10110 101000 100111001 1100011 11110

Color Harmonies of #990178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #990178

Black with #990178

Text Example


Text Example

White with #990178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #990178; }

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

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

background-color css

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

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

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

border-color css

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

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

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