Html Css Color HEX #950257 Eggplant

📋 copy color: '#950257'

red 149 ◦ green 2 ◦ blue 87

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

Shades of Eggplant #950257

Tints of Eggplant #950257

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 36.55%

R = 62.61%
G = 0.84%
B = 36.55%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#950257 (or 0x950257) is known color: Eggplant. HEX triplet: 95, 02 and 57. RGB value is (149,2,87). Sum of RGB (Red+Green+Blue) = 149+2+87=238 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.61% from 238); Green value is 2 (1.17% from 255 or 0.84% from 238); Blue value is 87 (34.38% from 255 or 36.55% from 238); Max value from RGB is 149 - color contains mainly: red. Hex color #950257 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950257 is #6AFDA8. Grayscale: #373737. Windows color (decimal): -7011753 or 5702293. OLE color: 5702293.

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

Color convert

RGB 149 2 87 -
CMYK 0 0.99 0.42 0.42
HSL 325.31º 0.97% 0.3% -
HSV(B) 325.31º 0.99% 0.58% -
XYZ 14.14 7.12 9.65 -
YUV 55.64 145.7 194.59 -
System Red Green Blue C M Y K H S L
Decimal 149 2 87 0 0.99 0.42 0.42 325.31 0.97 0.3
Hex 95 2 57 0 63 2A 2A 145 61 1E
Octal 225 2 127 0 143 52 52 505 141 36
Binary 10010101 10 1010111 0 1100011 101010 101010 101000101 1100001 11110

Color Harmonies of #950257

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950257

Black with #950257

Text Example


Text Example

White with #950257

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950257; }

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

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

background-color css

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

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

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

border-color css

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

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

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