#9D0C69

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

Shades of Eggplant #9D0C69

Tints of Eggplant #9D0C69

Color information

#9D0C69 (or 0x9D0C69) is unknown color: approx Eggplant. HEX triplet: 9D, 0C and 69. RGB value is (157,12,105). Sum of RGB (Red+Green+Blue) = 157+12+105=274 (36% of max value = 765). Red value is 157 (61.72% from 255 or 57.30% from 274); Green value is 12 (5.08% from 255 or 4.38% from 274); Blue value is 105 (41.41% from 255 or 38.32% from 274); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0C69 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0C69 is #62F396. Grayscale: #414141. Windows color (decimal): -6484887 or 6884509. OLE color: 6884509.

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

Color convert

RGB15712105-
CMYK00.920.330.38
HSL321.52º85.8%33.14%-
HSV(B)321.52º92.36%61.57%-
XYZ16.598.4514.12-
YUV65.96150.04192.94-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 57.30%
GREEN value IS 12 (5.08% from 255) = 4.38%
BLUE value IS 105 (41.41% from 255) = 38.32%
R=57.30%
G=4.38%
B=38.32%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal1571210500.920.330.38321.5285.833.14
Hex9DC6905C21261425621
Octal235141510134414650212641
Binary1001110111001101001010111001000011001101010000101010110100001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0C69

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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