#950458

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

Shades of Eggplant #950458

Tints of Eggplant #950458

Color information

#950458 (or 0x950458) is unknown color: approx Eggplant. HEX triplet: 95, 04 and 58. RGB value is (149,4,88). Sum of RGB (Red+Green+Blue) = 149+4+88=241 (31% of max value = 765). Red value is 149 (58.59% from 255 or 61.83% from 241); Green value is 4 (1.95% from 255 or 1.66% from 241); Blue value is 88 (34.77% from 255 or 36.51% from 241); Max value from RGB is 149 - color contains mainly: red. Hex color #950458 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950458 is #6AFBA7. Grayscale: #383838. Windows color (decimal): -7011240 or 5768341. OLE color: 5768341.

HSL color Cylindrical-coordinate representation of color #950458: hue angle of 325.24º 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 #950458 is Cyan = 0, Magento = 0.97, Yellow = 0.41 and Black (K on CMYK) = 0.42.

Color convert

RGB149488-
CMYK00.970.410.42
HSL325.24º94.77%30%-
HSV(B)325.24º97.32%58.43%-
XYZ14.27.189.87-
YUV56.93145.54193.67-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 61.83%
GREEN value IS 4 (1.95% from 255) = 1.66%
BLUE value IS 88 (34.77% from 255) = 36.51%
R=61.83%
G=1.66%
B=36.51%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.41
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal14948800.970.410.42325.2494.7730
Hex95458061292A1455f1e
Octal22541300141515250513736
Binary10010101100101100001100001101001101010101000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950458

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950458; }

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

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

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

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

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

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

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

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