Html Css Color HEX #8C0654 Eggplant

📋 copy color: '#8C0654'

red 140 ◦ green 6 ◦ blue 84

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

Shades of Eggplant #8C0654

Tints of Eggplant #8C0654

RGB

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

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

 BLUE value IS 84 (33.2% from 255) = 36.52%

R = 60.87%
G = 2.61%
B = 36.52%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.4

 K value IS 0.45

RGB Variations

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

Color information

#8C0654 (or 0x8C0654) is known color: Eggplant. HEX triplet: 8C, 06 and 54. RGB value is (140,6,84). Sum of RGB (Red+Green+Blue) = 140+6+84=230 (30% of max value = 765). Red value is 140 (55.08% from 255 or 60.87% from 230); Green value is 6 (2.73% from 255 or 2.61% from 230); Blue value is 84 (33.20% from 255 or 36.52% from 230); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0654 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0654 is #73F9AB. Grayscale: #363636. Windows color (decimal): -7600556 or 5506700. OLE color: 5506700.

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

Color convert

RGB 140 6 84 -
CMYK 0 0.96 0.4 0.45
HSL 325.07º 0.92% 0.29% -
HSV(B) 325.07º 0.96% 0.55% -
XYZ 12.48 6.35 8.95 -
YUV 54.96 144.39 188.66 -
System Red Green Blue C M Y K H S L
Decimal 140 6 84 0 0.96 0.4 0.45 325.07 0.92 0.29
Hex 8C 6 54 0 60 28 2D 145 5C 1D
Octal 214 6 124 0 140 50 55 505 134 35
Binary 10001100 110 1010100 0 1100000 101000 101101 101000101 1011100 11101

Color Harmonies of #8C0654

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0654

Black with #8C0654

Text Example


Text Example

White with #8C0654

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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