#8b6fd3

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

Shades of Medium Purple #8B6FD3

Tints of Medium Purple #8B6FD3

Color information

#8B6FD3 (or 0x8B6FD3) is unknown color: approx Medium Purple. HEX triplet: 8B, 6F and D3. RGB value is (139,111,211). Sum of RGB (Red+Green+Blue) = 139+111+211=461 (61% of max value = 765). Red value is 139 (54.69% from 255 or 30.15% from 461); Green value is 111 (43.75% from 255 or 24.08% from 461); Blue value is 211 (82.81% from 255 or 45.77% from 461); Max value from RGB is 211 - color contains mainly: blue. Hex color #8B6FD3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6FD3 is #74902C. Grayscale: #828282. Windows color (decimal): -7639085 or 13856651. OLE color: 13856651.

HSL color Cylindrical-coordinate representation of color #8B6FD3: hue angle of 256.8º degrees, saturation: 0.53, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #8B6FD3 is Cyan = 0.34, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB139111211-
CMYK0.340.4700.17
HSL256.8º53.19%63.14%-
HSV(B)256.8º47.39%82.75%-
XYZ28.0921.5664.31-
YUV130.77173.28133.87-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 30.15%
GREEN value IS 111 (43.75% from 255) = 24.08%
BLUE value IS 211 (82.81% from 255) = 45.77%
R=30.15%
G=24.08%
B=45.77%

CMYK

C (Cyan) values IS 0.34
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1391112110.340.4700.17256.853.1963.14
Hex8B6FD3222F011101353f
Octal21315732342570214016577
Binary10001011110111111010011100010101111010001100000001110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8b6fd3

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,111,211); }

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

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

 a { background-color: rgb(139,111,211); }

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

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

 span { border-color: rgb(139,111,211); }

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