Html Css Color HEX #950E75 Eggplant

📋 copy color: '#950E75'

red 149 ◦ green 14 ◦ blue 117

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

Shades of Eggplant #950E75

Tints of Eggplant #950E75

RGB

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

 GREEN value IS 14 (5.86% from 255) = 5%

 BLUE value IS 117 (46.09% from 255) = 41.79%

R = 53.21%
G = 5%
B = 41.79%

CMYK

 C value IS 0

 M value IS 0.91

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950E75 (or 0x950E75) is known color: Eggplant. HEX triplet: 95, 0E and 75. RGB value is (149,14,117). Sum of RGB (Red+Green+Blue) = 149+14+117=280 (37% of max value = 765). Red value is 149 (58.59% from 255 or 53.21% from 280); Green value is 14 (5.86% from 255 or 5% from 280); Blue value is 117 (46.09% from 255 or 41.79% from 280); Max value from RGB is 149 - color contains mainly: red. Hex color #950E75 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950E75 is #6AF18A. Grayscale: #414141. Windows color (decimal): -7008651 or 7671445. OLE color: 7671445.

HSL color Cylindrical-coordinate representation of color #950E75: hue angle of 314.22º degrees, saturation: 0.83, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #950E75 is Cyan = 0, Magento = 0.91, Yellow = 0.21 and Black (K on CMYK) = 0.42.

Color convert

RGB 149 14 117 -
CMYK 0 0.91 0.21 0.42
HSL 314.22º 0.83% 0.32% -
HSV(B) 314.22º 0.91% 0.58% -
XYZ 15.76 7.99 17.54 -
YUV 66.11 156.73 187.12 -
System Red Green Blue C M Y K H S L
Decimal 149 14 117 0 0.91 0.21 0.42 314.22 0.83 0.32
Hex 95 E 75 0 5B 15 2A 13A 53 20
Octal 225 16 165 0 133 25 52 472 123 40
Binary 10010101 1110 1110101 0 1011011 10101 101010 100111010 1010011 100000

Color Harmonies of #950E75

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950E75

Black with #950E75

Text Example


Text Example

White with #950E75

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950E75; }

 p { color: rgb(149,14,117); }

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

background-color css

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

 a { background-color: rgb(149,14,117); }

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

border-color css

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

 span { border-color: rgb(149,14,117); }

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