#95015A

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

Shades of Eggplant #95015A

Tints of Eggplant #95015A

Color information

#95015A (or 0x95015A) is unknown color: approx Eggplant. HEX triplet: 95, 01 and 5A. RGB value is (149,1,90). Sum of RGB (Red+Green+Blue) = 149+1+90=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 1 (0.78% from 255 or 0.42% from 240); Blue value is 90 (35.55% from 255 or 37.5% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #95015A is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95015A is #6AFEA5. Grayscale: #373737. Windows color (decimal): -7012006 or 5898645. OLE color: 5898645.

HSL color Cylindrical-coordinate representation of color #95015A: hue angle of 323.92º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #95015A is Cyan = 0, Magento = 0.99, Yellow = 0.40 and Black (K on CMYK) = 0.42.

Color convert

RGB149190-
CMYK00.990.400.42
HSL323.92º98.67%29.41%-
HSV(B)323.92º99.33%58.43%-
XYZ14.257.1510.3-
YUV55.4147.53194.76-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 62.08%
GREEN value IS 1 (0.78% from 255) = 0.42%
BLUE value IS 90 (35.55% from 255) = 37.5%
R=62.08%
G=0.42%
B=37.5%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.40
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14919000.990.400.42323.9298.6729.41
Hex9515A063282A144631d
Octal22511320143505250414335
Binary100101011101101001100011101000101010101000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95015A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #95015A; }

 p { color: rgb(149,1,90); }

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

<style>
 a { background-color: #95015A; }

 a { background-color: rgb(149,1,90); }

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

<style>
 span { border-color: #95015A; }

 span { border-color: rgb(149,1,90); }

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