Html Css Color HEX #8C0651 Eggplant

📋 copy color: '#8C0651'

red 140 ◦ green 6 ◦ blue 81

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

Shades of Eggplant #8C0651

Tints of Eggplant #8C0651

RGB

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

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

 BLUE value IS 81 (32.03% from 255) = 35.68%

R = 61.67%
G = 2.64%
B = 35.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.42

 K value IS 0.45

RGB Variations

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

Color information

#8C0651 (or 0x8C0651) is known color: Eggplant. HEX triplet: 8C, 06 and 51. RGB value is (140,6,81). Sum of RGB (Red+Green+Blue) = 140+6+81=227 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.67% from 227); Green value is 6 (2.73% from 255 or 2.64% from 227); Blue value is 81 (32.03% from 255 or 35.68% from 227); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0651 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0651 is #73F9AE. Grayscale: #363636. Windows color (decimal): -7600559 or 5310092. OLE color: 5310092.

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

Color convert

RGB 140 6 81 -
CMYK 0 0.96 0.42 0.45
HSL 326.42º 0.92% 0.29% -
HSV(B) 326.42º 0.96% 0.55% -
XYZ 12.37 6.3 8.35 -
YUV 54.62 142.89 188.9 -
System Red Green Blue C M Y K H S L
Decimal 140 6 81 0 0.96 0.42 0.45 326.42 0.92 0.29
Hex 8C 6 51 0 60 2A 2D 146 5C 1D
Octal 214 6 121 0 140 52 55 506 134 35
Binary 10001100 110 1010001 0 1100000 101010 101101 101000110 1011100 11101

Color Harmonies of #8C0651

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0651

Black with #8C0651

Text Example


Text Example

White with #8C0651

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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