#951062

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

Shades of Eggplant #951062

Tints of Eggplant #951062

Color information

#951062 (or 0x951062) is unknown color: approx Eggplant. HEX triplet: 95, 10 and 62. RGB value is (149,16,98). Sum of RGB (Red+Green+Blue) = 149+16+98=263 (34% of max value = 765). Red value is 149 (58.59% from 255 or 56.65% from 263); Green value is 16 (6.64% from 255 or 6.08% from 263); Blue value is 98 (38.67% from 255 or 37.26% from 263); Max value from RGB is 149 - color contains mainly: red. Hex color #951062 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951062 is #6AEF9D. Grayscale: #404040. Windows color (decimal): -7008158 or 6426773. OLE color: 6426773.

HSL color Cylindrical-coordinate representation of color #951062: hue angle of 323.01º degrees, saturation: 0.81, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #951062 is Cyan = 0, Magento = 0.89, Yellow = 0.34 and Black (K on CMYK) = 0.42.

Color convert

RGB1491698-
CMYK00.890.340.42
HSL323.01º80.61%32.35%-
HSV(B)323.01º89.26%58.43%-
XYZ14.787.6412.25-
YUV65.11146.56187.83-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 56.65%
GREEN value IS 16 (6.64% from 255) = 6.08%
BLUE value IS 98 (38.67% from 255) = 37.26%
R=56.65%
G=6.08%
B=37.26%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.34
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149169800.890.340.42323.0180.6132.35
Hex951062059222A1435120
Octal225201420131425250312140
Binary10010101100001100010010110011000101010101010000111010001100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #951062

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #951062; }

 p { color: rgb(149,16,98); }

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

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

 a { background-color: rgb(149,16,98); }

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

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

 span { border-color: rgb(149,16,98); }

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