Html Css Color HEX #8D0672 Eggplant

📋 copy color: '#8D0672'

red 141 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #8D0672

Tints of Eggplant #8D0672

RGB

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

 GREEN value IS 6 (2.73% from 255) = 2.3%

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

R = 54.02%
G = 2.3%
B = 43.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.19

 K value IS 0.45

RGB Variations

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

Color information

#8D0672 (or 0x8D0672) is known color: Eggplant. HEX triplet: 8D, 06 and 72. RGB value is (141,6,114). Sum of RGB (Red+Green+Blue) = 141+6+114=261 (34% of max value = 765). Red value is 141 (55.47% from 255 or 54.02% from 261); Green value is 6 (2.73% from 255 or 2.30% from 261); Blue value is 114 (44.92% from 255 or 43.68% from 261); Max value from RGB is 141 - color contains mainly: red. Hex color #8D0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8D0672 is #72F98D. Grayscale: #3A3A3A. Windows color (decimal): -7534990 or 7472781. OLE color: 7472781.

HSL color Cylindrical-coordinate representation of color #8D0672: hue angle of 312º degrees, saturation: 0.92, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #8D0672 is Cyan = 0, Magento = 0.96, Yellow = 0.19 and Black (K on CMYK) = 0.45.

Color convert

RGB 141 6 114 -
CMYK 0 0.96 0.19 0.45
HSL 312º 0.92% 0.29% -
HSV(B) 312º 0.96% 0.55% -
XYZ 14.09 7.01 16.53 -
YUV 58.68 159.23 186.72 -
System Red Green Blue C M Y K H S L
Decimal 141 6 114 0 0.96 0.19 0.45 312 0.92 0.29
Hex 8D 6 72 0 60 13 2D 138 5C 1D
Octal 215 6 162 0 140 23 55 470 134 35
Binary 10001101 110 1110010 0 1100000 10011 101101 100111000 1011100 11101

Color Harmonies of #8D0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8D0672

Black with #8D0672

Text Example


Text Example

White with #8D0672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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