#8D6FD8

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

Shades of Medium Purple #8D6FD8

Tints of Medium Purple #8D6FD8

Color information

#8D6FD8 (or 0x8D6FD8) is unknown color: approx Medium Purple. HEX triplet: 8D, 6F and D8. RGB value is (141,111,216). Sum of RGB (Red+Green+Blue) = 141+111+216=468 (61% of max value = 765). Red value is 141 (55.47% from 255 or 30.13% from 468); Green value is 111 (43.75% from 255 or 23.72% from 468); Blue value is 216 (84.77% from 255 or 46.15% from 468); Max value from RGB is 216 - color contains mainly: blue. Hex color #8D6FD8 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8D6FD8 is #729027. Grayscale: #838383. Windows color (decimal): -7508008 or 14184333. OLE color: 14184333.

HSL color Cylindrical-coordinate representation of color #8D6FD8: hue angle of 257.14º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #8D6FD8 is Cyan = 0.35, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB141111216-
CMYK0.350.4900.15
HSL257.14º57.38%64.12%-
HSV(B)257.14º48.61%84.71%-
XYZ29.0621.9967.68-
YUV131.94175.44134.46-

RGB Variations

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

RGB

RED value IS 141 (55.47% from 255) = 30.13%
GREEN value IS 111 (43.75% from 255) = 23.72%
BLUE value IS 216 (84.77% from 255) = 46.15%
R=30.13%
G=23.72%
B=46.15%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1411112160.350.4900.15257.1457.3864.12
Hex8D6FD823310F1013940
Octal215157330436101740171100
Binary10001101110111111011000100011110001011111000000011110011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8D6FD8

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(141,111,216); }

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

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

 a { background-color: rgb(141,111,216); }

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

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

 span { border-color: rgb(141,111,216); }

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