Html Css Color HEX #950379 Eggplant

📋 copy color: '#950379'

red 149 ◦ green 3 ◦ blue 121

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

Shades of Eggplant #950379

Tints of Eggplant #950379

RGB

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

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

 BLUE value IS 121 (47.66% from 255) = 44.32%

R = 54.58%
G = 1.1%
B = 44.32%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.19

 K value IS 0.42

RGB Variations

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

Color information

#950379 (or 0x950379) is known color: Eggplant. HEX triplet: 95, 03 and 79. RGB value is (149,3,121). Sum of RGB (Red+Green+Blue) = 149+3+121=273 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.58% from 273); Green value is 3 (1.56% from 255 or 1.10% from 273); Blue value is 121 (47.66% from 255 or 44.32% from 273); Max value from RGB is 149 - color contains mainly: red. Hex color #950379 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950379 is #6AFC86. Grayscale: #3B3B3B. Windows color (decimal): -7011463 or 7930773. OLE color: 7930773.

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

Color convert

RGB 149 3 121 -
CMYK 0 0.98 0.19 0.42
HSL 311.51º 0.96% 0.3% -
HSV(B) 311.51º 0.98% 0.58% -
XYZ 15.88 7.84 18.76 -
YUV 60.11 162.37 191.41 -
System Red Green Blue C M Y K H S L
Decimal 149 3 121 0 0.98 0.19 0.42 311.51 0.96 0.3
Hex 95 3 79 0 62 13 2A 138 60 1E
Octal 225 3 171 0 142 23 52 470 140 36
Binary 10010101 11 1111001 0 1100010 10011 101010 100111000 1100000 11110

Color Harmonies of #950379

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950379

Black with #950379

Text Example


Text Example

White with #950379

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950379; }

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

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

background-color css

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

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

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

border-color css

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

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

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