#8C206E

Color #8C206E Dark Purple (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Purple #8C206E

Tints of Dark Purple #8C206E

Color information

#8C206E (or 0x8C206E) is unknown color: approx Dark Purple. HEX triplet: 8C, 20 and 6E. RGB value is (140,32,110). Sum of RGB (Red+Green+Blue) = 140+32+110=282 (37% of max value = 765). Red value is 140 (55.08% from 255 or 49.65% from 282); Green value is 32 (12.89% from 255 or 11.35% from 282); Blue value is 110 (43.36% from 255 or 39.01% from 282); Max value from RGB is 140 - color contains mainly: red. Hex color #8C206E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C206E is #73DF91. Grayscale: #484848. Windows color (decimal): -7593874 or 7217292. OLE color: 7217292.

HSL color Cylindrical-coordinate representation of color #8C206E: hue angle of 316.67º degrees, saturation: 0.63, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #8C206E is Cyan = 0, Magento = 0.77, Yellow = 0.21 and Black (K on CMYK) = 0.45.

Color convert

RGB14032110-
CMYK00.770.210.45
HSL316.67º62.79%33.73%-
HSV(B)316.67º77.14%54.9%-
XYZ14.157.7315.5-
YUV73.18148.78175.66-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 49.65%
GREEN value IS 32 (12.89% from 255) = 11.35%
BLUE value IS 110 (43.36% from 255) = 39.01%
R=49.65%
G=11.35%
B=39.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.77
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1403211000.770.210.45316.6762.7933.73
Hex8C206E04D152D13d3f22
Octal21440156011525554757742
Binary1000110010000011011100100110110101101101100111101111111100010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C206E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(140,32,110); }

 H1.HeaderClassName
 {
   color: #8C206E;
 }
 .AnyTagClassName
 {
   color: #8C206E;
 }
</style>
background-color css

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

 a { background-color: rgb(140,32,110); }

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

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

 span { border-color: rgb(140,32,110); }

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