Html Css Color HEX #951171 Eggplant

📋 copy color: '#951171'

red 149 ◦ green 17 ◦ blue 113

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

Shades of Eggplant #951171

Tints of Eggplant #951171

RGB

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

 GREEN value IS 17 (7.03% from 255) = 6.09%

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

R = 53.41%
G = 6.09%
B = 40.5%

CMYK

 C value IS 0

 M value IS 0.89

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#951171 (or 0x951171) is known color: Eggplant. HEX triplet: 95, 11 and 71. RGB value is (149,17,113). Sum of RGB (Red+Green+Blue) = 149+17+113=279 (36% of max value = 765). Red value is 149 (58.59% from 255 or 53.41% from 279); Green value is 17 (7.03% from 255 or 6.09% from 279); Blue value is 113 (44.53% from 255 or 40.50% from 279); Max value from RGB is 149 - color contains mainly: red. Hex color #951171 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #951171 is #6AEE8E. Grayscale: #434343. Windows color (decimal): -7007887 or 7410069. OLE color: 7410069.

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

Color convert

RGB 149 17 113 -
CMYK 0 0.89 0.24 0.42
HSL 316.36º 0.8% 0.33% -
HSV(B) 316.36º 0.89% 0.58% -
XYZ 15.58 7.98 16.34 -
YUV 67.41 153.73 186.19 -
System Red Green Blue C M Y K H S L
Decimal 149 17 113 0 0.89 0.24 0.42 316.36 0.8 0.33
Hex 95 11 71 0 59 18 2A 13C 50 21
Octal 225 21 161 0 131 30 52 474 120 41
Binary 10010101 10001 1110001 0 1011001 11000 101010 100111100 1010000 100001

Color Harmonies of #951171

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #951171

Black with #951171

Text Example


Text Example

White with #951171

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #951171; }

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

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

background-color css

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

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

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

border-color css

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

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

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