Html Css Color HEX #950871 Eggplant

📋 copy color: '#950871'

red 149 ◦ green 8 ◦ blue 113

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

Shades of Eggplant #950871

Tints of Eggplant #950871

RGB

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

 GREEN value IS 8 (3.52% from 255) = 2.96%

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

R = 55.19%
G = 2.96%
B = 41.85%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.24

 K value IS 0.42

RGB Variations

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

Color information

#950871 (or 0x950871) is known color: Eggplant. HEX triplet: 95, 08 and 71. RGB value is (149,8,113). Sum of RGB (Red+Green+Blue) = 149+8+113=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 8 (3.52% from 255 or 2.96% from 270); Blue value is 113 (44.53% from 255 or 41.85% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #950871 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950871 is #6AF78E. Grayscale: #3D3D3D. Windows color (decimal): -7010191 or 7407765. OLE color: 7407765.

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

Color convert

RGB 149 8 113 -
CMYK 0 0.95 0.24 0.42
HSL 315.32º 0.9% 0.31% -
HSV(B) 315.32º 0.95% 0.58% -
XYZ 15.46 7.76 16.3 -
YUV 62.13 156.71 189.96 -
System Red Green Blue C M Y K H S L
Decimal 149 8 113 0 0.95 0.24 0.42 315.32 0.9 0.31
Hex 95 8 71 0 5F 18 2A 13B 5A 1F
Octal 225 10 161 0 137 30 52 473 132 37
Binary 10010101 1000 1110001 0 1011111 11000 101010 100111011 1011010 11111

Color Harmonies of #950871

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950871

Black with #950871

Text Example


Text Example

White with #950871

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950871; }

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

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

background-color css

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

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

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

border-color css

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

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

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