Html Css Color HEX #950256 Eggplant

📋 copy color: '#950256'

red 149 ◦ green 2 ◦ blue 86

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

Shades of Eggplant #950256

Tints of Eggplant #950256

RGB

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

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

 BLUE value IS 86 (33.98% from 255) = 36.29%

R = 62.87%
G = 0.84%
B = 36.29%

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

#950256 (or 0x950256) is known color: Eggplant. HEX triplet: 95, 02 and 56. RGB value is (149,2,86). Sum of RGB (Red+Green+Blue) = 149+2+86=237 (31% of max value = 765). Red value is 149 (58.59% from 255 or 62.87% from 237); Green value is 2 (1.17% from 255 or 0.84% from 237); Blue value is 86 (33.98% from 255 or 36.29% from 237); Max value from RGB is 149 - color contains mainly: red. Hex color #950256 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950256 is #6AFDA9. Grayscale: #373737. Windows color (decimal): -7011754 or 5636757. OLE color: 5636757.

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

Color convert

RGB 149 2 86 -
CMYK 0 0.99 0.42 0.42
HSL 325.71º 0.97% 0.3% -
HSV(B) 325.71º 0.99% 0.58% -
XYZ 14.1 7.1 9.43 -
YUV 55.53 145.2 194.67 -
System Red Green Blue C M Y K H S L
Decimal 149 2 86 0 0.99 0.42 0.42 325.71 0.97 0.3
Hex 95 2 56 0 63 2A 2A 146 61 1E
Octal 225 2 126 0 143 52 52 506 141 36
Binary 10010101 10 1010110 0 1100011 101010 101010 101000110 1100001 11110

Color Harmonies of #950256

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950256

Black with #950256

Text Example


Text Example

White with #950256

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950256; }

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

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

background-color css

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

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

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

border-color css

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

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

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