#8656DD

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

Shades of Medium Purple #8656DD

Tints of Medium Purple #8656DD

Color information

#8656DD (or 0x8656DD) is unknown color: approx Medium Purple. HEX triplet: 86, 56 and DD. RGB value is (134,86,221). Sum of RGB (Red+Green+Blue) = 134+86+221=441 (58% of max value = 765). Red value is 134 (52.73% from 255 or 30.39% from 441); Green value is 86 (33.98% from 255 or 19.50% from 441); Blue value is 221 (86.72% from 255 or 50.11% from 441); Max value from RGB is 221 - color contains mainly: blue. Hex color #8656DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8656DD is #79A922. Grayscale: #737373. Windows color (decimal): -7973155 or 14505606. OLE color: 14505606.

HSL color Cylindrical-coordinate representation of color #8656DD: hue angle of 261.33º degrees, saturation: 0.67, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8656DD is Cyan = 0.39, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13486221-
CMYK0.390.6100.13
HSL261.33º66.5%60.2%-
HSV(B)261.33º61.09%86.67%-
XYZ26.2116.9470.3-
YUV115.74187.4141.02-

RGB Variations

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

RGB

RED value IS 134 (52.73% from 255) = 30.39%
GREEN value IS 86 (33.98% from 255) = 19.50%
BLUE value IS 221 (86.72% from 255) = 50.11%
R=30.39%
G=19.50%
B=50.11%

CMYK

C (Cyan) values IS 0.39
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal134862210.390.6100.13261.3366.560.2
Hex8656DD273D0D105433c
Octal206126335477501540510374
Binary10000110101011011011101100111111101011011000001011000011111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8656DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8656DD; }

 p { color: rgb(134,86,221); }

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

<style>
 a { background-color: #8656DD; }

 a { background-color: rgb(134,86,221); }

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

<style>
 span { border-color: #8656DD; }

 span { border-color: rgb(134,86,221); }

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