#950072

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

Shades of Eggplant #950072

Tints of Eggplant #950072

Color information

#950072 (or 0x950072) is unknown color: approx Eggplant. HEX triplet: 95, 00 and 72. RGB value is (149,0,114). Sum of RGB (Red+Green+Blue) = 149+0+114=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 0 (0.39% from 255 or 0% from 263); Blue value is 114 (44.92% from 255 or 43.35% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #950072 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950072 is #6AFF8D. Grayscale: #393939. Windows color (decimal): -7012238 or 7471253. OLE color: 7471253.

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

Color convert

RGB1490114-
CMYK010.230.42
HSL314.09º100%29.22%-
HSV(B)314.09º100%58.43%-
XYZ15.437.616.57-
YUV57.55159.86193.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 0 (0.39% from 255) = 0%
BLUE value IS 114 (44.92% from 255) = 43.35%
R=56.65%
G=0%
B=43.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 1
Y (Yellow) values IS 0.23
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1490114010.230.42314.0910029.22
Hex95072064172A13a641d
Octal22501620144275247214435
Binary10010101011100100110010010111101010100111010110010011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950072

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950072; }

 p { color: rgb(149,0,114); }

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

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

 a { background-color: rgb(149,0,114); }

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

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

 span { border-color: rgb(149,0,114); }

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