#95086C

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

Shades of Eggplant #95086C

Tints of Eggplant #95086C

Color information

#95086C (or 0x95086C) is unknown color: approx Eggplant. HEX triplet: 95, 08 and 6C. RGB value is (149,8,108). Sum of RGB (Red+Green+Blue) = 149+8+108=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 8 (3.52% from 255 or 3.02% from 265); Blue value is 108 (42.58% from 255 or 40.75% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #95086C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95086C is #6AF793. Grayscale: #3D3D3D. Windows color (decimal): -7010196 or 7080085. OLE color: 7080085.

HSL color Cylindrical-coordinate representation of color #95086C: hue angle of 317.45º degrees, saturation: 0.9, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #95086C is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB1498108-
CMYK00.950.280.42
HSL317.45º89.81%30.78%-
HSV(B)317.45º94.63%58.43%-
XYZ15.197.6514.86-
YUV61.56154.21190.37-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.23%
GREEN value IS 8 (3.52% from 255) = 3.02%
BLUE value IS 108 (42.58% from 255) = 40.75%
R=56.23%
G=3.02%
B=40.75%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149810800.950.280.42317.4589.8130.78
Hex9586C05F1C2A13d5a1f
Octal225101540137345247513237
Binary10010101100011011000101111111100101010100111101101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95086C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95086C; }

 p { color: rgb(149,8,108); }

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

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

 a { background-color: rgb(149,8,108); }

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

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

 span { border-color: rgb(149,8,108); }

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