Html Css Color HEX #980178 Eggplant

📋 copy color: '#980178'

red 152 ◦ green 1 ◦ blue 120

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

Shades of Eggplant #980178

Tints of Eggplant #980178

RGB

 RED value IS 152 (59.77% from 255) = 55.68%

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

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

R = 55.68%
G = 0.37%
B = 43.96%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.40

RGB Variations

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

Color information

#980178 (or 0x980178) is known color: Eggplant. HEX triplet: 98, 01 and 78. RGB value is (152,1,120). Sum of RGB (Red+Green+Blue) = 152+1+120=273 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.68% from 273); Green value is 1 (0.78% from 255 or 0.37% from 273); Blue value is 120 (47.27% from 255 or 43.96% from 273); Max value from RGB is 152 - color contains mainly: red. Hex color #980178 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980178 is #67FE87. Grayscale: #3B3B3B. Windows color (decimal): -6815368 or 7864728. OLE color: 7864728.

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

Color convert

RGB 152 1 120 -
CMYK 0 0.99 0.21 0.40
HSL 312.72º 0.99% 0.3% -
HSV(B) 312.72º 0.99% 0.6% -
XYZ 16.35 8.05 18.46 -
YUV 59.72 162.03 193.82 -
System Red Green Blue C M Y K H S L
Decimal 152 1 120 0 0.99 0.21 0.40 312.72 0.99 0.3
Hex 98 1 78 0 63 15 28 139 63 1E
Octal 230 1 170 0 143 25 50 471 143 36
Binary 10011000 1 1111000 0 1100011 10101 101000 100111001 1100011 11110

Color Harmonies of #980178

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #980178

Black with #980178

Text Example


Text Example

White with #980178

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #980178; }

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

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

background-color css

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

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

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

border-color css

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

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

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