#95036C

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

Shades of Eggplant #95036C

Tints of Eggplant #95036C

Color information

#95036C (or 0x95036C) is unknown color: approx Eggplant. HEX triplet: 95, 03 and 6C. RGB value is (149,3,108). Sum of RGB (Red+Green+Blue) = 149+3+108=260 (34% of max value = 765). Red value is 149 (58.59% from 255 or 57.31% from 260); Green value is 3 (1.56% from 255 or 1.15% from 260); Blue value is 108 (42.58% from 255 or 41.54% from 260); Max value from RGB is 149 - color contains mainly: red. Hex color #95036C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #95036C is #6AFC93. Grayscale: #3A3A3A. Windows color (decimal): -7011476 or 7078805. OLE color: 7078805.

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

Color convert

RGB1493108-
CMYK00.980.280.42
HSL316.85º96.05%29.8%-
HSV(B)316.85º97.99%58.43%-
XYZ15.137.5414.84-
YUV58.62155.87192.46-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 57.31%
GREEN value IS 3 (1.56% from 255) = 1.15%
BLUE value IS 108 (42.58% from 255) = 41.54%
R=57.31%
G=1.15%
B=41.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.28
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149310800.980.280.42316.8596.0529.8
Hex9536C0621C2A13d601e
Octal22531540142345247514036
Binary100101011111011000110001011100101010100111101110000011110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #95036C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(149,3,108); }

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

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

 a { background-color: rgb(149,3,108); }

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

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

 span { border-color: rgb(149,3,108); }

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