Html Css Color HEX #950777 Eggplant

📋 copy color: '#950777'

red 149 ◦ green 7 ◦ blue 119

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

Shades of Eggplant #950777

Tints of Eggplant #950777

RGB

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

 GREEN value IS 7 (3.13% from 255) = 2.55%

 BLUE value IS 119 (46.88% from 255) = 43.27%

R = 54.18%
G = 2.55%
B = 43.27%

CMYK

 C value IS 0

 M value IS 0.95

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#950777 (or 0x950777) is known color: Eggplant. HEX triplet: 95, 07 and 77. RGB value is (149,7,119). Sum of RGB (Red+Green+Blue) = 149+7+119=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 7 (3.12% from 255 or 2.55% from 275); Blue value is 119 (46.88% from 255 or 43.27% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #950777 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950777 is #6AF888. Grayscale: #3D3D3D. Windows color (decimal): -7010441 or 7800725. OLE color: 7800725.

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

Color convert

RGB 149 7 119 -
CMYK 0 0.95 0.20 0.42
HSL 312.68º 0.91% 0.31% -
HSV(B) 312.68º 0.95% 0.58% -
XYZ 15.8 7.87 18.14 -
YUV 62.23 160.04 189.89 -
System Red Green Blue C M Y K H S L
Decimal 149 7 119 0 0.95 0.20 0.42 312.68 0.91 0.31
Hex 95 7 77 0 5F 14 2A 139 5B 1F
Octal 225 7 167 0 137 24 52 471 133 37
Binary 10010101 111 1110111 0 1011111 10100 101010 100111001 1011011 11111

Color Harmonies of #950777

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950777

Black with #950777

Text Example


Text Example

White with #950777

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950777; }

 p { color: rgb(149,7,119); }

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

background-color css

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

 a { background-color: rgb(149,7,119); }

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

border-color css

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

 span { border-color: rgb(149,7,119); }

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