#95015C

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

Shades of Eggplant #95015C

Tints of Eggplant #95015C

Color information

#95015C (or 0x95015C) is unknown color: approx Eggplant. HEX triplet: 95, 01 and 5C. RGB value is (149,1,92). Sum of RGB (Red+Green+Blue) = 149+1+92=242 (32% of max value = 765). Red value is 149 (58.59% from 255 or 61.57% from 242); Green value is 1 (0.78% from 255 or 0.41% from 242); Blue value is 92 (36.33% from 255 or 38.02% from 242); Max value from RGB is 149 - color contains mainly: red. Hex color #95015C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95015C is #6AFEA3. Grayscale: #373737. Windows color (decimal): -7012004 or 6029717. OLE color: 6029717.

HSL color Cylindrical-coordinate representation of color #95015C: hue angle of 323.11º 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 #95015C is Cyan = 0, Magento = 0.99, Yellow = 0.38 and Black (K on CMYK) = 0.42.

Color convert

RGB149192-
CMYK00.990.380.42
HSL323.11º98.67%29.41%-
HSV(B)323.11º99.33%58.43%-
XYZ14.347.1810.76-
YUV55.63148.53194.6-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.57%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 92 (36.33% from 255) = 38.02%
R=61.57%
G=0.41%
B=38.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.38
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14919200.990.380.42323.1198.6729.41
Hex9515C063262A143631d
Octal22511340143465250314335
Binary100101011101110001100011100110101010101000011110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95015C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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