Html Css Color HEX #950471 Eggplant

📋 copy color: '#950471'

red 149 ◦ green 4 ◦ blue 113

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

Shades of Eggplant #950471

Tints of Eggplant #950471

RGB

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

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

 BLUE value IS 113 (44.53% from 255) = 42.48%

R = 56.02%
G = 1.5%
B = 42.48%

CMYK

 C value IS 0

 M value IS 0.97

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#950471 (or 0x950471) is known color: Eggplant. HEX triplet: 95, 04 and 71. RGB value is (149,4,113). Sum of RGB (Red+Green+Blue) = 149+4+113=266 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.02% from 266); Green value is 4 (1.95% from 255 or 1.50% from 266); Blue value is 113 (44.53% from 255 or 42.48% from 266); Max value from RGB is 149 - color contains mainly: red. Hex color #950471 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950471 is #6AFB8E. Grayscale: #3B3B3B. Windows color (decimal): -7011215 or 7406741. OLE color: 7406741.

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

Color convert

RGB 149 4 113 -
CMYK 0 0.97 0.24 0.42
HSL 314.9º 0.95% 0.3% -
HSV(B) 314.9º 0.97% 0.58% -
XYZ 15.42 7.67 16.29 -
YUV 59.78 158.04 191.64 -
System Red Green Blue C M Y K H S L
Decimal 149 4 113 0 0.97 0.24 0.42 314.9 0.95 0.3
Hex 95 4 71 0 61 18 2A 13B 5F 1E
Octal 225 4 161 0 141 30 52 473 137 36
Binary 10010101 100 1110001 0 1100001 11000 101010 100111011 1011111 11110

Color Harmonies of #950471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950471

Black with #950471

Text Example


Text Example

White with #950471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950471; }

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

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

background-color css

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

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

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

border-color css

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

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

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