#8B6BDB

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

Shades of Medium Purple #8B6BDB

Tints of Medium Purple #8B6BDB

Color information

#8B6BDB (or 0x8B6BDB) is unknown color: approx Medium Purple. HEX triplet: 8B, 6B and DB. RGB value is (139,107,219). Sum of RGB (Red+Green+Blue) = 139+107+219=465 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.89% from 465); Green value is 107 (42.19% from 255 or 23.01% from 465); Blue value is 219 (85.94% from 255 or 47.10% from 465); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B6BDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6BDB is #749424. Grayscale: #808080. Windows color (decimal): -7640101 or 14379915. OLE color: 14379915.

HSL color Cylindrical-coordinate representation of color #8B6BDB: hue angle of 257.14º degrees, saturation: 0.61, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #8B6BDB is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139107219-
CMYK0.370.5100.14
HSL257.14º60.87%63.92%-
HSV(B)257.14º51.14%85.88%-
XYZ28.6921.1269.58-
YUV129.34178.6134.89-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.89%
GREEN value IS 107 (42.19% from 255) = 23.01%
BLUE value IS 219 (85.94% from 255) = 47.10%
R=29.89%
G=23.01%
B=47.10%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal1391072190.370.5100.14257.1460.8763.92
Hex8B6BDB25330E1013d40
Octal213153333456301640175100
Binary10001011110101111011011100101110011011101000000011111011000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6BDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,107,219); }

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

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

 a { background-color: rgb(139,107,219); }

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

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

 span { border-color: rgb(139,107,219); }

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