#8B59DB

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

Shades of Medium Purple #8B59DB

Tints of Medium Purple #8B59DB

Color information

#8B59DB (or 0x8B59DB) is unknown color: approx Medium Purple. HEX triplet: 8B, 59 and DB. RGB value is (139,89,219). Sum of RGB (Red+Green+Blue) = 139+89+219=447 (59% of max value = 765). Red value is 139 (54.69% from 255 or 31.10% from 447); Green value is 89 (35.16% from 255 or 19.91% from 447); Blue value is 219 (85.94% from 255 or 48.99% from 447); Max value from RGB is 219 - color contains mainly: blue. Hex color #8B59DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B59DB is #74A624. Grayscale: #767676. Windows color (decimal): -7644709 or 14375307. OLE color: 14375307.

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

Color convert

RGB13989219-
CMYK0.370.5900.14
HSL263.08º64.36%60.39%-
HSV(B)263.08º59.36%85.88%-
XYZ27.0117.7569.02-
YUV118.77184.56142.43-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 31.10%
GREEN value IS 89 (35.16% from 255) = 19.91%
BLUE value IS 219 (85.94% from 255) = 48.99%
R=31.10%
G=19.91%
B=48.99%

CMYK

C (Cyan) values IS 0.37
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal139892190.370.5900.14263.0864.3660.39
Hex8B59DB253B0E107403c
Octal213131333457301640710074
Binary10001011101100111011011100101111011011101000001111000000111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B59DB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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