Html Css Color HEX #950376 Eggplant

📋 copy color: '#950376'

red 149 ◦ green 3 ◦ blue 118

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

Shades of Eggplant #950376

Tints of Eggplant #950376

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.11%

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

R = 55.19%
G = 1.11%
B = 43.7%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950376 (or 0x950376) is known color: Eggplant. HEX triplet: 95, 03 and 76. RGB value is (149,3,118). Sum of RGB (Red+Green+Blue) = 149+3+118=270 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.19% from 270); Green value is 3 (1.56% from 255 or 1.11% from 270); Blue value is 118 (46.48% from 255 or 43.70% from 270); Max value from RGB is 149 - color contains mainly: red. Hex color #950376 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950376 is #6AFC89. Grayscale: #3B3B3B. Windows color (decimal): -7011466 or 7734165. OLE color: 7734165.

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

Color convert

RGB 149 3 118 -
CMYK 0 0.98 0.21 0.42
HSL 312.74º 0.96% 0.3% -
HSV(B) 312.74º 0.98% 0.58% -
XYZ 15.7 7.76 17.81 -
YUV 59.76 160.87 191.65 -
System Red Green Blue C M Y K H S L
Decimal 149 3 118 0 0.98 0.21 0.42 312.74 0.96 0.3
Hex 95 3 76 0 62 15 2A 139 60 1E
Octal 225 3 166 0 142 25 52 471 140 36
Binary 10010101 11 1110110 0 1100010 10101 101010 100111001 1100000 11110

Color Harmonies of #950376

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950376

Black with #950376

Text Example


Text Example

White with #950376

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950376; }

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

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

background-color css

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

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

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

border-color css

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

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

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