#95046B

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

Shades of Eggplant #95046B

Tints of Eggplant #95046B

Color information

#95046B (or 0x95046B) is unknown color: approx Eggplant. HEX triplet: 95, 04 and 6B. RGB value is (149,4,107). Sum of RGB (Red+Green+Blue) = 149+4+107=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 4 (1.95% from 255 or 1.54% from 260); Blue value is 107 (42.19% from 255 or 41.15% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95046B is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95046B is #6AFB94. Grayscale: #3A3A3A. Windows color (decimal): -7011221 or 7013525. OLE color: 7013525.

HSL color Cylindrical-coordinate representation of color #95046B: hue angle of 317.38º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #95046B is Cyan = 0, Magento = 0.97, Yellow = 0.28 and Black (K on CMYK) = 0.42.

Color convert

RGB1494107-
CMYK00.970.280.42
HSL317.38º94.77%30%-
HSV(B)317.38º97.32%58.43%-
XYZ15.097.5414.57-
YUV59.1155.04192.12-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 4 (1.95% from 255) = 1.54%
BLUE value IS 107 (42.19% from 255) = 41.15%
R=57.31%
G=1.54%
B=41.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149410700.970.280.42317.3894.7730
Hex9546B0611C2A13d5f1e
Octal22541530141345247513736
Binary1001010110011010110110000111100101010100111101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95046B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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