Html Css Color HEX #950275 Eggplant

📋 copy color: '#950275'

red 149 ◦ green 2 ◦ blue 117

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

Shades of Eggplant #950275

Tints of Eggplant #950275

RGB

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

 GREEN value IS 2 (1.17% from 255) = 0.75%

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

R = 55.6%
G = 0.75%
B = 43.66%

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

#950275 (or 0x950275) is known color: Eggplant. HEX triplet: 95, 02 and 75. RGB value is (149,2,117). Sum of RGB (Red+Green+Blue) = 149+2+117=268 (35% of max value = 765). Red value is 149 (58.59% from 255 or 55.60% from 268); Green value is 2 (1.17% from 255 or 0.75% from 268); Blue value is 117 (46.09% from 255 or 43.66% from 268); Max value from RGB is 149 - color contains mainly: red. Hex color #950275 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950275 is #6AFD8A. Grayscale: #3A3A3A. Windows color (decimal): -7011723 or 7668373. OLE color: 7668373.

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

Color convert

RGB 149 2 117 -
CMYK 0 0.99 0.21 0.42
HSL 313.06º 0.97% 0.3% -
HSV(B) 313.06º 0.99% 0.58% -
XYZ 15.63 7.72 17.5 -
YUV 59.06 160.7 192.15 -
System Red Green Blue C M Y K H S L
Decimal 149 2 117 0 0.99 0.21 0.42 313.06 0.97 0.3
Hex 95 2 75 0 63 15 2A 139 61 1E
Octal 225 2 165 0 143 25 52 471 141 36
Binary 10010101 10 1110101 0 1100011 10101 101010 100111001 1100001 11110

Color Harmonies of #950275

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950275

Black with #950275

Text Example


Text Example

White with #950275

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950275; }

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

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

background-color css

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

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

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

border-color css

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

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

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