#9D0278

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

Shades of Eggplant #9D0278

Tints of Eggplant #9D0278

Color information

#9D0278 (or 0x9D0278) is unknown color: approx Eggplant. HEX triplet: 9D, 02 and 78. RGB value is (157,2,120). Sum of RGB (Red+Green+Blue) = 157+2+120=279 (36% of max value = 765). Red value is 157 (61.72% from 255 or 56.27% from 279); Green value is 2 (1.17% from 255 or 0.72% from 279); Blue value is 120 (47.27% from 255 or 43.01% from 279); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0278 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0278 is #62FD87. Grayscale: #3D3D3D. Windows color (decimal): -6487432 or 7864989. OLE color: 7864989.

HSL color Cylindrical-coordinate representation of color #9D0278: hue angle of 314.32º degrees, saturation: 0.97, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #9D0278 is Cyan = 0, Magento = 0.99, Yellow = 0.24 and Black (K on CMYK) = 0.38.

Color convert

RGB1572120-
CMYK00.990.240.38
HSL314.32º97.48%31.18%-
HSV(B)314.32º98.73%61.57%-
XYZ17.328.5718.51-
YUV61.8160.85195.91-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 56.27%
GREEN value IS 2 (1.17% from 255) = 0.72%
BLUE value IS 120 (47.27% from 255) = 43.01%
R=56.27%
G=0.72%
B=43.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.24
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157212000.990.240.38314.3297.4831.18
Hex9D278063182613a611f
Octal23521700143304647214137
Binary100111011011110000110001111000100110100111010110000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0278

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #9D0278; }

 p { color: rgb(157,2,120); }

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

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

 a { background-color: rgb(157,2,120); }

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

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

 span { border-color: rgb(157,2,120); }

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