Html Css Color HEX #8C0657 Eggplant

📋 copy color: '#8C0657'

red 140 ◦ green 6 ◦ blue 87

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

Shades of Eggplant #8C0657

Tints of Eggplant #8C0657

RGB

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

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

 BLUE value IS 87 (34.38% from 255) = 37.34%

R = 60.09%
G = 2.58%
B = 37.34%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.38

 K value IS 0.45

RGB Variations

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

Color information

#8C0657 (or 0x8C0657) is known color: Eggplant. HEX triplet: 8C, 06 and 57. RGB value is (140,6,87). Sum of RGB (Red+Green+Blue) = 140+6+87=233 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.09% from 233); Green value is 6 (2.73% from 255 or 2.58% from 233); Blue value is 87 (34.38% from 255 or 37.34% from 233); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0657 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0657 is #73F9A8. Grayscale: #373737. Windows color (decimal): -7600553 or 5703308. OLE color: 5703308.

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

Color convert

RGB 140 6 87 -
CMYK 0 0.96 0.38 0.45
HSL 323.73º 0.92% 0.29% -
HSV(B) 323.73º 0.96% 0.55% -
XYZ 12.6 6.39 9.59 -
YUV 55.3 145.89 188.41 -
System Red Green Blue C M Y K H S L
Decimal 140 6 87 0 0.96 0.38 0.45 323.73 0.92 0.29
Hex 8C 6 57 0 60 26 2D 144 5C 1D
Octal 214 6 127 0 140 46 55 504 134 35
Binary 10001100 110 1010111 0 1100000 100110 101101 101000100 1011100 11101

Color Harmonies of #8C0657

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0657

Black with #8C0657

Text Example


Text Example

White with #8C0657

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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