Html Css Color HEX #950277 Eggplant

📋 copy color: '#950277'

red 149 ◦ green 2 ◦ blue 119

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

Shades of Eggplant #950277

Tints of Eggplant #950277

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.74%

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

R = 55.19%
G = 0.74%
B = 44.07%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.20

 K value IS 0.42

RGB Variations

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

Color information

#950277 (or 0x950277) is known color: Eggplant. HEX triplet: 95, 02 and 77. RGB value is (149,2,119). Sum of RGB (Red+Green+Blue) = 149+2+119=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 2 (1.17% from 255 or 0.74% from 270); Blue value is 119 (46.88% from 255 or 44.07% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #950277 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950277 is #6AFD88. Grayscale: #3A3A3A. Windows color (decimal): -7011721 or 7799445. OLE color: 7799445.

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

Color convert

RGB 149 2 119 -
CMYK 0 0.99 0.20 0.42
HSL 312.24º 0.97% 0.3% -
HSV(B) 312.24º 0.99% 0.58% -
XYZ 15.75 7.76 18.12 -
YUV 59.29 161.7 191.99 -
System Red Green Blue C M Y K H S L
Decimal 149 2 119 0 0.99 0.20 0.42 312.24 0.97 0.3
Hex 95 2 77 0 63 14 2A 138 61 1E
Octal 225 2 167 0 143 24 52 470 141 36
Binary 10010101 10 1110111 0 1100011 10100 101010 100111000 1100001 11110

Color Harmonies of #950277

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950277

Black with #950277

Text Example


Text Example

White with #950277

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950277; }

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

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

background-color css

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

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

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

border-color css

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

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

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