#95015B

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

Shades of Eggplant #95015B

Tints of Eggplant #95015B

Color information

#95015B (or 0x95015B) is unknown color: approx Eggplant. HEX triplet: 95, 01 and 5B. RGB value is (149,1,91). Sum of RGB (Red+Green+Blue) = 149+1+91=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 1 (0.78% from 255 or 0.41% from 241); Blue value is 91 (35.94% from 255 or 37.76% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #95015B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95015B is #6AFEA4. Grayscale: #373737. Windows color (decimal): -7012005 or 5964181. OLE color: 5964181.

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

Color convert

RGB149191-
CMYK00.990.390.42
HSL323.51º98.67%29.41%-
HSV(B)323.51º99.33%58.43%-
XYZ14.297.1710.53-
YUV55.51148.03194.68-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 1 (0.78% from 255) = 0.41%
BLUE value IS 91 (35.94% from 255) = 37.76%
R=61.83%
G=0.41%
B=37.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.39
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14919100.990.390.42323.5198.6729.41
Hex9515B063272A144631d
Octal22511330143475250414335
Binary100101011101101101100011100111101010101000100110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95015B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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