#95075E

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

Shades of Eggplant #95075E

Tints of Eggplant #95075E

Color information

#95075E (or 0x95075E) is unknown color: approx Eggplant. HEX triplet: 95, 07 and 5E. RGB value is (149,7,94). Sum of RGB (Red+Green+Blue) = 149+7+94=250 (33% of max value = 765). Red value is 149 (58.59% from 255 or 59.6% from 250); Green value is 7 (3.12% from 255 or 2.8% from 250); Blue value is 94 (37.11% from 255 or 37.6% from 250); Max value from RGB is 149 - color contains mainly: red. Hex color #95075E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95075E is #6AF8A1. Grayscale: #3B3B3B. Windows color (decimal): -7010466 or 6162325. OLE color: 6162325.

HSL color Cylindrical-coordinate representation of color #95075E: hue angle of 323.24º degrees, saturation: 0.91, 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 #95075E is Cyan = 0, Magento = 0.95, Yellow = 0.37 and Black (K on CMYK) = 0.42.

Color convert

RGB149794-
CMYK00.950.370.42
HSL323.24º91.03%30.59%-
HSV(B)323.24º95.3%58.43%-
XYZ14.497.3511.24-
YUV59.38147.54191.93-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 59.6%
GREEN value IS 7 (3.12% from 255) = 2.8%
BLUE value IS 94 (37.11% from 255) = 37.6%
R=59.6%
G=2.8%
B=37.6%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.95
Y (Yellow) values IS 0.37
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14979400.950.370.42323.2491.0330.59
Hex9575E05F252A1435b1f
Octal22571360137455250313337
Binary10010101111101111001011111100101101010101000011101101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95075E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95075E; }

 p { color: rgb(149,7,94); }

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

<style>
 a { background-color: #95075E; }

 a { background-color: rgb(149,7,94); }

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

<style>
 span { border-color: #95075E; }

 span { border-color: rgb(149,7,94); }

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