Html Css Color HEX #950975 Eggplant

📋 copy color: '#950975'

red 149 ◦ green 9 ◦ blue 117

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

Shades of Eggplant #950975

Tints of Eggplant #950975

RGB

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

 GREEN value IS 9 (3.91% from 255) = 3.27%

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

R = 54.18%
G = 3.27%
B = 42.55%

CMYK

 C value IS 0

 M value IS 0.94

 Y value IS 0.21

 K value IS 0.42

RGB Variations

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

Color information

#950975 (or 0x950975) is known color: Eggplant. HEX triplet: 95, 09 and 75. RGB value is (149,9,117). Sum of RGB (Red+Green+Blue) = 149+9+117=275 (36% of max value = 765). Red value is 149 (58.59% from 255 or 54.18% from 275); Green value is 9 (3.91% from 255 or 3.27% from 275); Blue value is 117 (46.09% from 255 or 42.55% from 275); Max value from RGB is 149 - color contains mainly: red. Hex color #950975 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950975 is #6AF68A. Grayscale: #3E3E3E. Windows color (decimal): -7009931 or 7670165. OLE color: 7670165.

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

Color convert

RGB 149 9 117 -
CMYK 0 0.94 0.21 0.42
HSL 313.71º 0.89% 0.31% -
HSV(B) 313.71º 0.94% 0.58% -
XYZ 15.7 7.87 17.52 -
YUV 63.17 158.38 189.22 -
System Red Green Blue C M Y K H S L
Decimal 149 9 117 0 0.94 0.21 0.42 313.71 0.89 0.31
Hex 95 9 75 0 5E 15 2A 13A 59 1F
Octal 225 11 165 0 136 25 52 472 131 37
Binary 10010101 1001 1110101 0 1011110 10101 101010 100111010 1011001 11111

Color Harmonies of #950975

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950975

Black with #950975

Text Example


Text Example

White with #950975

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950975; }

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

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

background-color css

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

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

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

border-color css

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

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

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