#9D0569

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

Shades of Eggplant #9D0569

Tints of Eggplant #9D0569

Color information

#9D0569 (or 0x9D0569) is unknown color: approx Eggplant. HEX triplet: 9D, 05 and 69. RGB value is (157,5,105). Sum of RGB (Red+Green+Blue) = 157+5+105=267 (35% of max value = 765). Red value is 157 (61.72% from 255 or 58.80% from 267); Green value is 5 (2.34% from 255 or 1.87% from 267); Blue value is 105 (41.41% from 255 or 39.33% from 267); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0569 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0569 is #62FA96. Grayscale: #3D3D3D. Windows color (decimal): -6486679 or 6882717. OLE color: 6882717.

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

Color convert

RGB1575105-
CMYK00.970.330.38
HSL320.53º93.83%31.76%-
HSV(B)320.53º96.82%61.57%-
XYZ16.518.314.1-
YUV61.85152.36195.87-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 58.80%
GREEN value IS 5 (2.34% from 255) = 1.87%
BLUE value IS 105 (41.41% from 255) = 39.33%
R=58.80%
G=1.87%
B=39.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157510500.970.330.38320.5393.8331.76
Hex9D56906121261415e20
Octal23551510141414650113640
Binary100111011011101001011000011000011001101010000011011110100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(157,5,105); }

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

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

 a { background-color: rgb(157,5,105); }

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

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

 span { border-color: rgb(157,5,105); }

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