Html Css Color HEX #8C0356 Eggplant

📋 copy color: '#8C0356'

red 140 ◦ green 3 ◦ blue 86

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

Shades of Eggplant #8C0356

Tints of Eggplant #8C0356

RGB

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

 GREEN value IS 3 (1.56% from 255) = 1.31%

 BLUE value IS 86 (33.98% from 255) = 37.55%

R = 61.14%
G = 1.31%
B = 37.55%

CMYK

 C value IS 0

 M value IS 0.98

 Y value IS 0.39

 K value IS 0.45

RGB Variations

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

Color information

#8C0356 (or 0x8C0356) is known color: Eggplant. HEX triplet: 8C, 03 and 56. RGB value is (140,3,86). Sum of RGB (Red+Green+Blue) = 140+3+86=229 (30% of max value = 765). Red value is 140 (55.08% from 255 or 61.14% from 229); Green value is 3 (1.56% from 255 or 1.31% from 229); Blue value is 86 (33.98% from 255 or 37.55% from 229); Max value from RGB is 140 - color contains mainly: red. Hex color #8C0356 is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #8C0356 is #73FCA9. Grayscale: #353535. Windows color (decimal): -7601322 or 5637004. OLE color: 5637004.

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

Color convert

RGB 140 3 86 -
CMYK 0 0.98 0.39 0.45
HSL 323.65º 0.96% 0.28% -
HSV(B) 323.65º 0.98% 0.55% -
XYZ 12.53 6.31 9.36 -
YUV 53.43 146.39 189.75 -
System Red Green Blue C M Y K H S L
Decimal 140 3 86 0 0.98 0.39 0.45 323.65 0.96 0.28
Hex 8C 3 56 0 62 27 2D 144 60 1C
Octal 214 3 126 0 142 47 55 504 140 34
Binary 10001100 11 1010110 0 1100010 100111 101101 101000100 1100000 11100

Color Harmonies of #8C0356

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #8C0356

Black with #8C0356

Text Example


Text Example

White with #8C0356

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(140,3,86); }

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

background-color css

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

 a { background-color: rgb(140,3,86); }

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

border-color css

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

 span { border-color: rgb(140,3,86); }

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