#95086B

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

Shades of Eggplant #95086B

Tints of Eggplant #95086B

Color information

#95086B (or 0x95086B) is unknown color: approx Eggplant. HEX triplet: 95, 08 and 6B. RGB value is (149,8,107). Sum of RGB (Red+Green+Blue) = 149+8+107=264 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.44% from 264); Green value is 8 (3.52% from 255 or 3.03% from 264); Blue value is 107 (42.19% from 255 or 40.53% from 264); Max value from RGB is 149 - color contains mainly: red. Hex color #95086B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95086B is #6AF794. Grayscale: #3D3D3D. Windows color (decimal): -7010197 or 7014549. OLE color: 7014549.

HSL color Cylindrical-coordinate representation of color #95086B: hue angle of 317.87º 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 #95086B is Cyan = 0, Magento = 0.95, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB1498107-
CMYK00.950.280.42
HSL317.87º89.81%30.78%-
HSV(B)317.87º94.63%58.43%-
XYZ15.147.6214.58-
YUV61.44153.71190.45-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.44%
GREEN value IS 8 (3.52% from 255) = 3.03%
BLUE value IS 107 (42.19% from 255) = 40.53%
R=56.44%
G=3.03%
B=40.53%

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
Decimal149810700.950.280.42317.8789.8130.78
Hex9586B05F1C2A13e5a1f
Octal225101530137345247613237
Binary10010101100011010110101111111100101010100111110101101011111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95086B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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