Html Css Color HEX #950876 Eggplant

📋 copy color: '#950876'

red 149 ◦ green 8 ◦ blue 118

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

Shades of Eggplant #950876

Tints of Eggplant #950876

RGB

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

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

 BLUE value IS 118 (46.48% from 255) = 42.91%

R = 54.18%
G = 2.91%
B = 42.91%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950876 (or 0x950876) is known color: Eggplant. HEX triplet: 95, 08 and 76. RGB value is (149,8,118). Sum of RGB (Red+Green+Blue) = 149+8+118=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 8 (3.52% from 255 or 2.91% from 275); Blue value is 118 (46.48% from 255 or 42.91% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #950876 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950876 is #6AF789. Grayscale: #3E3E3E. Windows color (decimal): -7010186 or 7735445. OLE color: 7735445.

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

Color convert

RGB 149 8 118 -
CMYK 0 0.95 0.21 0.42
HSL 313.19º 0.9% 0.31% -
HSV(B) 313.19º 0.95% 0.58% -
XYZ 15.75 7.87 17.83 -
YUV 62.7 159.21 189.56 -
System Red Green Blue C M Y K H S L
Decimal 149 8 118 0 0.95 0.21 0.42 313.19 0.9 0.31
Hex 95 8 76 0 5F 15 2A 139 5A 1F
Octal 225 10 166 0 137 25 52 471 132 37
Binary 10010101 1000 1110110 0 1011111 10101 101010 100111001 1011010 11111

Color Harmonies of #950876

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950876

Black with #950876

Text Example


Text Example

White with #950876

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950876; }

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

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

background-color css

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

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

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

border-color css

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

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

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