Html Css Color HEX #8D0172 Eggplant

📋 copy color: '#8D0172'

red 141 ◦ green 1 ◦ blue 114

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

Shades of Eggplant #8D0172

Tints of Eggplant #8D0172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 44.53%

R = 55.08%
G = 0.39%
B = 44.53%

CMYK

 C value IS 0

 M value IS 0.99

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D0172 (or 0x8D0172) is known color: Eggplant. HEX triplet: 8D, 01 and 72. RGB value is (141,1,114). Sum of RGB (Red+Green+Blue) = 141+1+114=256 (33% of max value = 765). Red value is 141 (55.47% from 255 or 55.08% from 256); Green value is 1 (0.78% from 255 or 0.39% from 256); Blue value is 114 (44.92% from 255 or 44.53% from 256); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0172 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0172 is #72FE8D. Grayscale: #373737. Windows color (decimal): -7536270 or 7471501. OLE color: 7471501.

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

Color convert

RGB 141 1 114 -
CMYK 0 0.99 0.19 0.45
HSL 311.57º 0.99% 0.28% -
HSV(B) 311.57º 0.99% 0.55% -
XYZ 14.03 6.9 16.51 -
YUV 55.74 160.88 188.81 -
System Red Green Blue C M Y K H S L
Decimal 141 1 114 0 0.99 0.19 0.45 311.57 0.99 0.28
Hex 8D 1 72 0 63 13 2D 138 63 1C
Octal 215 1 162 0 143 23 55 470 143 34
Binary 10001101 1 1110010 0 1100011 10011 101101 100111000 1100011 11100

Color Harmonies of #8D0172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0172

Black with #8D0172

Text Example


Text Example

White with #8D0172

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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