#980378

Color #980378 Eggplant (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Eggplant #980378

Tints of Eggplant #980378

Color information

#980378 (or 0x980378) is unknown color: approx Eggplant. HEX triplet: 98, 03 and 78. RGB value is (152,3,120). Sum of RGB (Red+Green+Blue) = 152+3+120=275 (36% of max value = 765). Red value is 152 (59.77% from 255 or 55.27% from 275); Green value is 3 (1.56% from 255 or 1.09% from 275); Blue value is 120 (47.27% from 255 or 43.64% from 275); Max value from RGB is 152 - color contains mainly: red. Hex color #980378 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #980378 is #67FC87. Grayscale: #3C3C3C. Windows color (decimal): -6814856 or 7865240. OLE color: 7865240.

HSL color Cylindrical-coordinate representation of color #980378: hue angle of 312.89º degrees, saturation: 0.96, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #980378 is Cyan = 0, Magento = 0.98, Yellow = 0.21 and Black (K on CMYK) = 0.40.

Color convert

RGB1523120-
CMYK00.980.210.40
HSL312.89º96.13%30.39%-
HSV(B)312.89º98.03%59.61%-
XYZ16.378.118.47-
YUV60.89161.36192.99-

RGB Variations

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

RGB

RED value IS 152 (59.77% from 255) = 55.27%
GREEN value IS 3 (1.56% from 255) = 1.09%
BLUE value IS 120 (47.27% from 255) = 43.64%
R=55.27%
G=1.09%
B=43.64%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.21
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal152312000.980.210.40312.8996.1330.39
Hex983780621528139601e
Octal23031700142255047114036
Binary100110001111110000110001010101101000100111001110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #980378

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #980378; }

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

 H1.HeaderClassName
 {
   color: #980378;
 }
 .AnyTagClassName
 {
   color: #980378;
 }
</style>
background-color css

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

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

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

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

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

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