Html Css Color HEX #950056 Eggplant

📋 copy color: '#950056'

red 149 ◦ green 0 ◦ blue 86

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

Shades of Eggplant #950056

Tints of Eggplant #950056

RGB

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

 GREEN value IS 0 (0.39% from 255) = 0%

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

R = 63.4%
G = 0%
B = 36.6%

CMYK

 C value IS 0

 M value IS 1

 Y value IS 0.42

 K value IS 0.42

RGB Variations

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

Color information

#950056 (or 0x950056) is known color: Eggplant. HEX triplet: 95, 00 and 56. RGB value is (149,0,86). Sum of RGB (Red+Green+Blue) = 149+0+86=235 (31% of max value = 765). Red value is 149 (58.59% from 255 or 63.40% from 235); Green value is 0 (0.39% from 255 or 0% from 235); Blue value is 86 (33.98% from 255 or 36.60% from 235); Max value from RGB is 149 - color contains mainly: red. Hex color #950056 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #950056 is #6AFFA9. Grayscale: #363636. Windows color (decimal): -7012266 or 5636245. OLE color: 5636245.

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

Color convert

RGB 149 0 86 -
CMYK 0 1 0.42 0.42
HSL 325.37º 1% 0.29% -
HSV(B) 325.37º 1% 0.58% -
XYZ 14.07 7.06 9.43 -
YUV 54.36 145.86 195.51 -
System Red Green Blue C M Y K H S L
Decimal 149 0 86 0 1 0.42 0.42 325.37 1 0.29
Hex 95 0 56 0 64 2A 2A 145 64 1D
Octal 225 0 126 0 144 52 52 505 144 35
Binary 10010101 0 1010110 0 1100100 101010 101010 101000101 1100100 11101

Color Harmonies of #950056

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #950056

Black with #950056

Text Example


Text Example

White with #950056

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #950056; }

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

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

background-color css

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

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

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

border-color css

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

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

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