Html Css Color HEX #8D0160 Eggplant

📋 copy color: '#8D0160'

red 141 ◦ green 1 ◦ blue 96

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

Shades of Eggplant #8D0160

Tints of Eggplant #8D0160

RGB

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

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

 BLUE value IS 96 (37.89% from 255) = 40.34%

R = 59.24%
G = 0.42%
B = 40.34%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.32

 K value IS 0.45

RGB Variations

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

Color information

#8D0160 (or 0x8D0160) is known color: Eggplant. HEX triplet: 8D, 01 and 60. RGB value is (141,1,96). Sum of RGB (Red+Green+Blue) = 141+1+96=238 (31% of max value = 765). Red value is 141 (55.47% from 255 or 59.24% from 238); Green value is 1 (0.78% from 255 or 0.42% from 238); Blue value is 96 (37.89% from 255 or 40.34% from 238); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0160 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0160 is #72FE9F. Grayscale: #353535. Windows color (decimal): -7536288 or 6291853. OLE color: 6291853.

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

Color convert

RGB 141 1 96 -
CMYK 0 0.99 0.32 0.45
HSL 319.29º 0.99% 0.28% -
HSV(B) 319.29º 0.99% 0.55% -
XYZ 13.11 6.53 11.64 -
YUV 53.69 151.88 190.28 -
System Red Green Blue C M Y K H S L
Decimal 141 1 96 0 0.99 0.32 0.45 319.29 0.99 0.28
Hex 8D 1 60 0 63 20 2D 13F 63 1C
Octal 215 1 140 0 143 40 55 477 143 34
Binary 10001101 1 1100000 0 1100011 100000 101101 100111111 1100011 11100

Color Harmonies of #8D0160

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0160

Black with #8D0160

Text Example


Text Example

White with #8D0160

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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