#8B6EDA

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

Shades of Medium Purple #8B6EDA

Tints of Medium Purple #8B6EDA

Color information

#8B6EDA (or 0x8B6EDA) is unknown color: approx Medium Purple. HEX triplet: 8B, 6E and DA. RGB value is (139,110,218). Sum of RGB (Red+Green+Blue) = 139+110+218=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 218 (85.55% from 255 or 46.68% from 467); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B6EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6EDA is #749125. Grayscale: #828282. Windows color (decimal): -7639334 or 14315147. OLE color: 14315147.

HSL color Cylindrical-coordinate representation of color #8B6EDA: hue angle of 256.11º degrees, saturation: 0.59, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #8B6EDA is Cyan = 0.36, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139110218-
CMYK0.360.5000.15
HSL256.11º59.34%64.31%-
HSV(B)256.11º49.54%85.49%-
XYZ28.8821.769-
YUV130.98177.11133.72-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 110 (43.36% from 255) = 23.55%
BLUE value IS 218 (85.55% from 255) = 46.68%
R=29.76%
G=23.55%
B=46.68%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.50
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391102180.360.5000.15256.1159.3464.31
Hex8B6EDA24320F1003b40
Octal213156332446201740073100
Binary10001011110111011011010100100110010011111000000001110111000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6EDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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