Html Css Color HEX #8C0A58 Eggplant

📋 copy color: '#8C0A58'

red 140 ◦ green 10 ◦ blue 88

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

Shades of Eggplant #8C0A58

Tints of Eggplant #8C0A58

RGB

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

 GREEN value IS 10 (4.3% from 255) = 4.2%

 BLUE value IS 88 (34.77% from 255) = 36.97%

R = 58.82%
G = 4.2%
B = 36.97%

CMYK

 C value IS 0

 M value IS 0.93

 Y value IS 0.37

 K value IS 0.45

RGB Variations

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

Color information

#8C0A58 (or 0x8C0A58) is known color: Eggplant. HEX triplet: 8C, 0A and 58. RGB value is (140,10,88). Sum of RGB (Red+Green+Blue) = 140+10+88=238 (31% of max value = 765). Red value is 140 (55.08% from 255 or 58.82% from 238); Green value is 10 (4.30% from 255 or 4.20% from 238); Blue value is 88 (34.77% from 255 or 36.97% from 238); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0A58 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0A58 is #73F5A7. Grayscale: #393939. Windows color (decimal): -7599528 or 5769868. OLE color: 5769868.

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

Color convert

RGB 140 10 88 -
CMYK 0 0.93 0.37 0.45
HSL 324º 0.87% 0.29% -
HSV(B) 324º 0.93% 0.55% -
XYZ 12.69 6.5 9.82 -
YUV 57.76 145.07 186.66 -
System Red Green Blue C M Y K H S L
Decimal 140 10 88 0 0.93 0.37 0.45 324 0.87 0.29
Hex 8C A 58 0 5D 25 2D 144 57 1D
Octal 214 12 130 0 135 45 55 504 127 35
Binary 10001100 1010 1011000 0 1011101 100101 101101 101000100 1010111 11101

Color Harmonies of #8C0A58

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0A58

Black with #8C0A58

Text Example


Text Example

White with #8C0A58

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,10,88); }

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

background-color css

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

 a { background-color: rgb(140,10,88); }

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

border-color css

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

 span { border-color: rgb(140,10,88); }

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