#8B6DDD

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

Shades of Medium Purple #8B6DDD

Tints of Medium Purple #8B6DDD

Color information

#8B6DDD (or 0x8B6DDD) is unknown color: approx Medium Purple. HEX triplet: 8B, 6D and DD. RGB value is (139,109,221). Sum of RGB (Red+Green+Blue) = 139+109+221=469 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.64% from 469); Green value is 109 (42.97% from 255 or 23.24% from 469); Blue value is 221 (86.72% from 255 or 47.12% from 469); Max value from RGB is 221 - color contains mainly: blue. Hex color #8B6DDD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6DDD is #749222. Grayscale: #828282. Windows color (decimal): -7639587 or 14511499. OLE color: 14511499.

HSL color Cylindrical-coordinate representation of color #8B6DDD: hue angle of 256.07º degrees, saturation: 0.62, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B6DDD is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139109221-
CMYK0.370.5100.13
HSL256.07º62.22%64.71%-
HSV(B)256.07º50.68%86.67%-
XYZ29.1721.6571.05-
YUV130.74178.94133.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.64%
GREEN value IS 109 (42.97% from 255) = 23.24%
BLUE value IS 221 (86.72% from 255) = 47.12%
R=29.64%
G=23.24%
B=47.12%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391092210.370.5100.13256.0762.2264.71
Hex8B6DDD25330D1003e41
Octal213155335456301540076101
Binary10001011110110111011101100101110011011011000000001111101000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6DDD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,109,221); }

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

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

 a { background-color: rgb(139,109,221); }

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

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

 span { border-color: rgb(139,109,221); }

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