#950274

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

Shades of Eggplant #950274

Tints of Eggplant #950274

Color information

#950274 (or 0x950274) is unknown color: approx Eggplant. HEX triplet: 95, 02 and 74. RGB value is (149,2,116). Sum of RGB (Red+Green+Blue) = 149+2+116=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 2 (1.17% from 255 or 0.75% from 267); Blue value is 116 (45.70% from 255 or 43.45% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #950274 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950274 is #6AFD8B. Grayscale: #3A3A3A. Windows color (decimal): -7011724 or 7602837. OLE color: 7602837.

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

Color convert

RGB1492116-
CMYK00.990.220.42
HSL313.47º97.35%29.61%-
HSV(B)313.47º98.66%58.43%-
XYZ15.577.6917.19-
YUV58.95160.2192.23-

RGB Variations

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

RGB

RED value IS 149 (58.59% from 255) = 55.81%
GREEN value IS 2 (1.17% from 255) = 0.75%
BLUE value IS 116 (45.70% from 255) = 43.45%
R=55.81%
G=0.75%
B=43.45%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.99
Y (Yellow) values IS 0.22
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal149211600.990.220.42313.4797.3529.61
Hex95274063162A139611e
Octal22521640143265247114136
Binary100101011011101000110001110110101010100111001110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #950274

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #950274; }

 p { color: rgb(149,2,116); }

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

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

 a { background-color: rgb(149,2,116); }

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

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

 span { border-color: rgb(149,2,116); }

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