Html Css Color HEX #8C054D Eggplant

📋 copy color: '#8C054D'

red 140 ◦ green 5 ◦ blue 77

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

Shades of Eggplant #8C054D

Tints of Eggplant #8C054D

RGB

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

 GREEN value IS 5 (2.34% from 255) = 2.25%

 BLUE value IS 77 (30.47% from 255) = 34.68%

R = 63.06%
G = 2.25%
B = 34.68%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.45

 K value IS 0.45

RGB Variations

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

Color information

#8C054D (or 0x8C054D) is known color: Eggplant. HEX triplet: 8C, 05 and 4D. RGB value is (140,5,77). Sum of RGB (Red+Green+Blue) = 140+5+77=222 (29% of max value = 765). Red value is 140 (55.08% from 255 or 63.06% from 222); Green value is 5 (2.34% from 255 or 2.25% from 222); Blue value is 77 (30.47% from 255 or 34.68% from 222); Max value from RGB is 140 - color contains mainly: red. Hex color #8C054D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C054D is #73FAB2. Grayscale: #353535. Windows color (decimal): -7600819 or 5047692. OLE color: 5047692.

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

Color convert

RGB 140 5 77 -
CMYK 0 0.96 0.45 0.45
HSL 328º 0.93% 0.28% -
HSV(B) 328º 0.96% 0.55% -
XYZ 12.21 6.22 7.58 -
YUV 53.57 141.23 189.65 -
System Red Green Blue C M Y K H S L
Decimal 140 5 77 0 0.96 0.45 0.45 328 0.93 0.28
Hex 8C 5 4D 0 60 2D 2D 148 5D 1C
Octal 214 5 115 0 140 55 55 510 135 34
Binary 10001100 101 1001101 0 1100000 101101 101101 101001000 1011101 11100

Color Harmonies of #8C054D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C054D

Black with #8C054D

Text Example


Text Example

White with #8C054D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,5,77); }

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

background-color css

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

 a { background-color: rgb(140,5,77); }

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

border-color css

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

 span { border-color: rgb(140,5,77); }

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