Html Css Color HEX #950156 Eggplant

📋 copy color: '#950156'

red 149 ◦ green 1 ◦ blue 86

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

Shades of Eggplant #950156

Tints of Eggplant #950156

RGB

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

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

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

R = 63.14%
G = 0.42%
B = 36.44%

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

#950156 (or 0x950156) is known color: Eggplant. HEX triplet: 95, 01 and 56. RGB value is (149,1,86). Sum of RGB (Red+Green+Blue) = 149+1+86=236 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.14% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 86 (33.98% from 255 or 36.44% from 236); Max value from RGB is 149 - color contains mainly: red. Hex color #950156 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950156 is #6AFEA9. Grayscale: #363636. Windows color (decimal): -7012010 or 5636501. OLE color: 5636501.

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

Color convert

RGB 149 1 86 -
CMYK 0 0.99 0.42 0.42
HSL 325.54º 0.99% 0.29% -
HSV(B) 325.54º 0.99% 0.58% -
XYZ 14.09 7.08 9.43 -
YUV 54.94 145.53 195.09 -
System Red Green Blue C M Y K H S L
Decimal 149 1 86 0 0.99 0.42 0.42 325.54 0.99 0.29
Hex 95 1 56 0 63 2A 2A 146 63 1D
Octal 225 1 126 0 143 52 52 506 143 35
Binary 10010101 1 1010110 0 1100011 101010 101010 101000110 1100011 11101

Color Harmonies of #950156

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950156

Black with #950156

Text Example


Text Example

White with #950156

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950156; }

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

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

background-color css

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

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

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

border-color css

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

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

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