Html Css Color HEX #950371 Eggplant

📋 copy color: '#950371'

red 149 ◦ green 3 ◦ blue 113

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

Shades of Eggplant #950371

Tints of Eggplant #950371

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.13%

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

R = 56.23%
G = 1.13%
B = 42.64%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#950371 (or 0x950371) is known color: Eggplant. HEX triplet: 95, 03 and 71. RGB value is (149,3,113). Sum of RGB (Red+Green+Blue) = 149+3+113=265 (35% of max value = 765). Red value is 149 (58.59% from 255 or 56.23% from 265); Green value is 3 (1.56% from 255 or 1.13% from 265); Blue value is 113 (44.53% from 255 or 42.64% from 265); Max value from RGB is 149 - color contains mainly: red. Hex color #950371 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950371 is #6AFC8E. Grayscale: #3A3A3A. Windows color (decimal): -7011471 or 7406485. OLE color: 7406485.

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

Color convert

RGB 149 3 113 -
CMYK 0 0.98 0.24 0.42
HSL 314.79º 0.96% 0.3% -
HSV(B) 314.79º 0.98% 0.58% -
XYZ 15.41 7.65 16.29 -
YUV 59.19 158.37 192.06 -
System Red Green Blue C M Y K H S L
Decimal 149 3 113 0 0.98 0.24 0.42 314.79 0.96 0.3
Hex 95 3 71 0 62 18 2A 13B 60 1E
Octal 225 3 161 0 142 30 52 473 140 36
Binary 10010101 11 1110001 0 1100010 11000 101010 100111011 1100000 11110

Color Harmonies of #950371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950371

Black with #950371

Text Example


Text Example

White with #950371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950371; }

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

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

background-color css

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

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

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

border-color css

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

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

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