Html Css Color HEX #8C055D Eggplant

📋 copy color: '#8C055D'

red 140 ◦ green 5 ◦ blue 93

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

Shades of Eggplant #8C055D

Tints of Eggplant #8C055D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 39.08%

R = 58.82%
G = 2.1%
B = 39.08%

CMYK

 C value IS 0

 M value IS 0.96

 Y value IS 0.34

 K value IS 0.45

RGB Variations

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

Color information

#8C055D (or 0x8C055D) is known color: Eggplant. HEX triplet: 8C, 05 and 5D. RGB value is (140,5,93). Sum of RGB (Red+Green+Blue) = 140+5+93=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 5 (2.34% from 255 or 2.10% from 238); Blue value is 93 (36.72% from 255 or 39.08% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C055D is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C055D is #73FAA2. Grayscale: #373737. Windows color (decimal): -7600803 or 6096268. OLE color: 6096268.

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

Color convert

RGB 140 5 93 -
CMYK 0 0.96 0.34 0.45
HSL 320.89º 0.93% 0.28% -
HSV(B) 320.89º 0.96% 0.55% -
XYZ 12.85 6.47 10.93 -
YUV 55.4 149.23 188.34 -
System Red Green Blue C M Y K H S L
Decimal 140 5 93 0 0.96 0.34 0.45 320.89 0.93 0.28
Hex 8C 5 5D 0 60 22 2D 141 5D 1C
Octal 214 5 135 0 140 42 55 501 135 34
Binary 10001100 101 1011101 0 1100000 100010 101101 101000001 1011101 11100

Color Harmonies of #8C055D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C055D

Black with #8C055D

Text Example


Text Example

White with #8C055D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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