Html Css Color HEX #950175 Eggplant

📋 copy color: '#950175'

red 149 ◦ green 1 ◦ blue 117

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

Shades of Eggplant #950175

Tints of Eggplant #950175

RGB

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

 GREEN value IS 1 (0.78% from 255) = 0.37%

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

R = 55.81%
G = 0.37%
B = 43.82%

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

#950175 (or 0x950175) is known color: Eggplant. HEX triplet: 95, 01 and 75. RGB value is (149,1,117). Sum of RGB (Red+Green+Blue) = 149+1+117=267 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.81% from 267); Green value is 1 (0.78% from 255 or 0.37% from 267); Blue value is 117 (46.09% from 255 or 43.82% from 267); Max value from RGB is 149 - color contains mainly: red. Hex color #950175 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950175 is #6AFE8A. Grayscale: #3A3A3A. Windows color (decimal): -7011979 or 7668117. OLE color: 7668117.

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

Color convert

RGB 149 1 117 -
CMYK 0 0.99 0.21 0.42
HSL 312.97º 0.99% 0.29% -
HSV(B) 312.97º 0.99% 0.58% -
XYZ 15.62 7.7 17.49 -
YUV 58.48 161.03 192.57 -
System Red Green Blue C M Y K H S L
Decimal 149 1 117 0 0.99 0.21 0.42 312.97 0.99 0.29
Hex 95 1 75 0 63 15 2A 139 63 1D
Octal 225 1 165 0 143 25 52 471 143 35
Binary 10010101 1 1110101 0 1100011 10101 101010 100111001 1100011 11101

Color Harmonies of #950175

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950175

Black with #950175

Text Example


Text Example

White with #950175

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950175; }

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

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

background-color css

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

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

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

border-color css

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

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

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