#8C386E

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

Shades of Dark Purple #8C386E

Tints of Dark Purple #8C386E

Color information

#8C386E (or 0x8C386E) is unknown color: approx Dark Purple. HEX triplet: 8C, 38 and 6E. RGB value is (140,56,110). Sum of RGB (Red+Green+Blue) = 140+56+110=306 (40% of max value = 765). Red value is 140 (55.08% from 255 or 45.75% from 306); Green value is 56 (22.27% from 255 or 18.30% from 306); Blue value is 110 (43.36% from 255 or 35.95% from 306); Max value from RGB is 140 - color contains mainly: red. Hex color #8C386E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #8C386E is #73C791. Grayscale: #575757. Windows color (decimal): -7587730 or 7223436. OLE color: 7223436.

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

Color convert

RGB14056110-
CMYK00.60.210.45
HSL321.43º42.86%38.43%-
HSV(B)321.43º60%54.9%-
XYZ15.049.5315.8-
YUV87.27140.83165.61-

RGB Variations

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

RGB

RED value IS 140 (55.08% from 255) = 45.75%
GREEN value IS 56 (22.27% from 255) = 18.30%
BLUE value IS 110 (43.36% from 255) = 35.95%
R=45.75%
G=18.30%
B=35.95%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.6
Y (Yellow) values IS 0.21
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1405611000.60.210.45321.4342.8638.43
Hex8C386E03C152D1412b26
Octal2147015607425555015346
Binary100011001110001101110011110010101101101101000001101011100110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8C386E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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