Html Css Color HEX #8D015E Eggplant

📋 copy color: '#8D015E'

red 141 ◦ green 1 ◦ blue 94

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

Shades of Eggplant #8D015E

Tints of Eggplant #8D015E

RGB

 RED value IS 141 (55.47% from 255) = 59.75%

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

 BLUE value IS 94 (37.11% from 255) = 39.83%

R = 59.75%
G = 0.42%
B = 39.83%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.33

 K value IS 0.45

RGB Variations

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

Color information

#8D015E (or 0x8D015E) is known color: Eggplant. HEX triplet: 8D, 01 and 5E. RGB value is (141,1,94). Sum of RGB (Red+Green+Blue) = 141+1+94=236 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.75% from 236); Green value is 1 (0.78% from 255 or 0.42% from 236); Blue value is 94 (37.11% from 255 or 39.83% from 236); Max value from RGB is 141 - color contains mainly: red. Hex color #8D015E is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D015E is #72FEA1. Grayscale: #353535. Windows color (decimal): -7536290 or 6160781. OLE color: 6160781.

HSL color Cylindrical-coordinate representation of color #8D015E: hue angle of 320.14º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #8D015E is Cyan = 0, Magento = 0.99, Yellow = 0.33 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 1 94 -
CMYK 0 0.99 0.33 0.45
HSL 320.14º 0.99% 0.28% -
HSV(B) 320.14º 0.99% 0.55% -
XYZ 13.02 6.49 11.16 -
YUV 53.46 150.88 190.44 -
System Red Green Blue C M Y K H S L
Decimal 141 1 94 0 0.99 0.33 0.45 320.14 0.99 0.28
Hex 8D 1 5E 0 63 21 2D 140 63 1C
Octal 215 1 136 0 143 41 55 500 143 34
Binary 10001101 1 1011110 0 1100011 100001 101101 101000000 1100011 11100

Color Harmonies of #8D015E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D015E

Black with #8D015E

Text Example


Text Example

White with #8D015E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #8D015E; }

 p { color: rgb(141,1,94); }

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

background-color css

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

 a { background-color: rgb(141,1,94); }

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

border-color css

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

 span { border-color: rgb(141,1,94); }

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