Html Css Color HEX #950460 Eggplant

📋 copy color: '#950460'

red 149 ◦ green 4 ◦ blue 96

#950460
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Eggplant #950460

Tints of Eggplant #950460

RGB

 RED value IS 149 (58.59% from 255) = 59.84%

 GREEN value IS 4 (1.95% from 255) = 1.61%

 BLUE value IS 96 (37.89% from 255) = 38.55%

R = 59.84%
G = 1.61%
B = 38.55%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.36

 K value IS 0.42

RGB Variations

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

Color information

#950460 (or 0x950460) is known color: Eggplant. HEX triplet: 95, 04 and 60. RGB value is (149,4,96). Sum of RGB (Red+Green+Blue) = 149+4+96=249 (32% of max value = 765). Red value is 149 (58.59% from 255 or 59.84% from 249); Green value is 4 (1.95% from 255 or 1.61% from 249); Blue value is 96 (37.89% from 255 or 38.55% from 249); Max value from RGB is 149 - color contains mainly: red. Hex color #950460 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950460 is #6AFB9F. Grayscale: #393939. Windows color (decimal): -7011232 or 6292629. OLE color: 6292629.

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

Color convert

RGB 149 4 96 -
CMYK 0 0.97 0.36 0.42
HSL 321.93º 0.95% 0.3% -
HSV(B) 321.93º 0.97% 0.58% -
XYZ 14.55 7.32 11.71 -
YUV 57.84 149.54 193.02 -
System Red Green Blue C M Y K H S L
Decimal 149 4 96 0 0.97 0.36 0.42 321.93 0.95 0.3
Hex 95 4 60 0 61 24 2A 142 5F 1E
Octal 225 4 140 0 141 44 52 502 137 36
Binary 10010101 100 1100000 0 1100001 100100 101010 101000010 1011111 11110

Color Harmonies of #950460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950460

Black with #950460

Text Example


Text Example

White with #950460

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950460; }

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

 H1.HeaderClassName
 {
   color: #950460;
 }
 .AnyTagClassName
 {
   color: #950460;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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