#9D0369

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

Shades of Eggplant #9D0369

Tints of Eggplant #9D0369

Color information

#9D0369 (or 0x9D0369) is unknown color: approx Eggplant. HEX triplet: 9D, 03 and 69. RGB value is (157,3,105). Sum of RGB (Red+Green+Blue) = 157+3+105=265 (35% of max value = 765). Red value is 157 (61.72% from 255 or 59.25% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 105 (41.41% from 255 or 39.62% from 265); Max value from RGB is 157 - color contains mainly: red. Hex color #9D0369 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #9D0369 is #62FC96. Grayscale: #3C3C3C. Windows color (decimal): -6487191 or 6882205. OLE color: 6882205.

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

Color convert

RGB1573105-
CMYK00.980.330.38
HSL320.26º96.25%31.37%-
HSV(B)320.26º98.09%61.57%-
XYZ16.498.2514.09-
YUV60.67153.02196.71-

RGB Variations

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

RGB

RED value IS 157 (61.72% from 255) = 59.25%
GREEN value IS 3 (1.56% from 255) = 1.13%
BLUE value IS 105 (41.41% from 255) = 39.62%
R=59.25%
G=1.13%
B=39.62%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.33
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal157310500.980.330.38320.2696.2531.37
Hex9D3690622126140601f
Octal23531510142414650014037
Binary1001110111110100101100010100001100110101000000110000011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #9D0369

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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