Html Css Color HEX #950259 Eggplant

📋 copy color: '#950259'

red 149 ◦ green 2 ◦ blue 89

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

Shades of Eggplant #950259

Tints of Eggplant #950259

RGB

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

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

 BLUE value IS 89 (35.16% from 255) = 37.08%

R = 62.08%
G = 0.83%
B = 37.08%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.40

 K value IS 0.42

RGB Variations

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

Color information

#950259 (or 0x950259) is known color: Eggplant. HEX triplet: 95, 02 and 59. RGB value is (149,2,89). Sum of RGB (Red+Green+Blue) = 149+2+89=240 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.08% from 240); Green value is 2 (1.17% from 255 or 0.83% from 240); Blue value is 89 (35.16% from 255 or 37.08% from 240); Max value from RGB is 149 - color contains mainly: red. Hex color #950259 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950259 is #6AFDA6. Grayscale: #373737. Windows color (decimal): -7011751 or 5833365. OLE color: 5833365.

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

Color convert

RGB 149 2 89 -
CMYK 0 0.99 0.40 0.42
HSL 324.49º 0.97% 0.3% -
HSV(B) 324.49º 0.99% 0.58% -
XYZ 14.22 7.15 10.08 -
YUV 55.87 146.7 194.43 -
System Red Green Blue C M Y K H S L
Decimal 149 2 89 0 0.99 0.40 0.42 324.49 0.97 0.3
Hex 95 2 59 0 63 28 2A 144 61 1E
Octal 225 2 131 0 143 50 52 504 141 36
Binary 10010101 10 1011001 0 1100011 101000 101010 101000100 1100001 11110

Color Harmonies of #950259

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950259

Black with #950259

Text Example


Text Example

White with #950259

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950259; }

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

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

background-color css

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

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

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

border-color css

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

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

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