Html Css Color HEX #950276 Eggplant

📋 copy color: '#950276'

red 149 ◦ green 2 ◦ blue 118

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

Shades of Eggplant #950276

Tints of Eggplant #950276

RGB

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

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

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

R = 55.39%
G = 0.74%
B = 43.87%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950276 (or 0x950276) is known color: Eggplant. HEX triplet: 95, 02 and 76. RGB value is (149,2,118). Sum of RGB (Red+Green+Blue) = 149+2+118=269 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.39% from 269); Green value is 2 (1.17% from 255 or 0.74% from 269); Blue value is 118 (46.48% from 255 or 43.87% from 269); Max value from RGB is 149 - color contains mainly: red. Hex color #950276 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950276 is #6AFD89. Grayscale: #3A3A3A. Windows color (decimal): -7011722 or 7733909. OLE color: 7733909.

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

Color convert

RGB 149 2 118 -
CMYK 0 0.99 0.21 0.42
HSL 312.65º 0.97% 0.3% -
HSV(B) 312.65º 0.99% 0.58% -
XYZ 15.69 7.74 17.81 -
YUV 59.18 161.2 192.07 -
System Red Green Blue C M Y K H S L
Decimal 149 2 118 0 0.99 0.21 0.42 312.65 0.97 0.3
Hex 95 2 76 0 63 15 2A 139 61 1E
Octal 225 2 166 0 143 25 52 471 141 36
Binary 10010101 10 1110110 0 1100011 10101 101010 100111001 1100001 11110

Color Harmonies of #950276

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950276

Black with #950276

Text Example


Text Example

White with #950276

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950276; }

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

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

background-color css

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

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

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

border-color css

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

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

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