Html Css Color HEX #8C0672 Eggplant

📋 copy color: '#8C0672'

red 140 ◦ green 6 ◦ blue 114

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

Shades of Eggplant #8C0672

Tints of Eggplant #8C0672

RGB

 RED value IS 140 (55.08% from 255) = 53.85%

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

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

R = 53.85%
G = 2.31%
B = 43.85%

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

#8C0672 (or 0x8C0672) is known color: Eggplant. HEX triplet: 8C, 06 and 72. RGB value is (140,6,114). Sum of RGB (Red+Green+Blue) = 140+6+114=260 (34% of max value = 765). Red value is 140 (55.08% from 255 or 53.85% from 260); Green value is 6 (2.73% from 255 or 2.31% from 260); Blue value is 114 (44.92% from 255 or 43.85% from 260); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0672 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0672 is #73F98D. Grayscale: #3A3A3A. Windows color (decimal): -7600526 or 7472780. OLE color: 7472780.

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

Color convert

RGB 140 6 114 -
CMYK 0 0.96 0.19 0.45
HSL 311.64º 0.92% 0.29% -
HSV(B) 311.64º 0.96% 0.55% -
XYZ 13.92 6.92 16.52 -
YUV 58.38 159.39 186.22 -
System Red Green Blue C M Y K H S L
Decimal 140 6 114 0 0.96 0.19 0.45 311.64 0.92 0.29
Hex 8C 6 72 0 60 13 2D 138 5C 1D
Octal 214 6 162 0 140 23 55 470 134 35
Binary 10001100 110 1110010 0 1100000 10011 101101 100111000 1011100 11101

Color Harmonies of #8C0672

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0672

Black with #8C0672

Text Example


Text Example

White with #8C0672

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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