#8B6ED5

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

Shades of Medium Purple #8B6ED5

Tints of Medium Purple #8B6ED5

Color information

#8B6ED5 (or 0x8B6ED5) is unknown color: approx Medium Purple. HEX triplet: 8B, 6E and D5. RGB value is (139,110,213). Sum of RGB (Red+Green+Blue) = 139+110+213=462 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.09% from 462); Green value is 110 (43.36% from 255 or 23.81% from 462); Blue value is 213 (83.59% from 255 or 46.10% from 462); Max value from RGB is 213 - color contains mainly: blue. Hex color #8B6ED5 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6ED5 is #74912A. Grayscale: #828282. Windows color (decimal): -7639339 or 13987467. OLE color: 13987467.

HSL color Cylindrical-coordinate representation of color #8B6ED5: hue angle of 256.89º degrees, saturation: 0.55, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #8B6ED5 is Cyan = 0.35, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB139110213-
CMYK0.350.4800.16
HSL256.89º55.08%63.33%-
HSV(B)256.89º48.36%83.53%-
XYZ28.2321.4465.6-
YUV130.41174.61134.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.09%
GREEN value IS 110 (43.36% from 255) = 23.81%
BLUE value IS 213 (83.59% from 255) = 46.10%
R=30.09%
G=23.81%
B=46.10%

CMYK

C (Cyan) values IS 0.35
M (Magenta) values IS 0.48
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1391102130.350.4800.16256.8955.0863.33
Hex8B6ED52330010101373f
Octal21315632543600204016777
Binary10001011110111011010101100011110000010000100000001110111111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6ED5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,110,213); }

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

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

 a { background-color: rgb(139,110,213); }

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

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

 span { border-color: rgb(139,110,213); }

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