#8B6CDC

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

Shades of Medium Purple #8B6CDC

Tints of Medium Purple #8B6CDC

Color information

#8B6CDC (or 0x8B6CDC) is unknown color: approx Medium Purple. HEX triplet: 8B, 6C and DC. RGB value is (139,108,220). Sum of RGB (Red+Green+Blue) = 139+108+220=467 (61% of max value = 765). Red value is 139 (54.69% from 255 or 29.76% from 467); Green value is 108 (42.58% from 255 or 23.13% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #8B6CDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CDC is #749323. Grayscale: #818181. Windows color (decimal): -7639844 or 14445707. OLE color: 14445707.

HSL color Cylindrical-coordinate representation of color #8B6CDC: hue angle of 256.61º degrees, saturation: 0.62, 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 #8B6CDC is Cyan = 0.37, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB139108220-
CMYK0.370.5100.14
HSL256.61º61.54%64.31%-
HSV(B)256.61º50.91%86.27%-
XYZ28.9321.3870.31-
YUV130.04178.77134.39-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.76%
GREEN value IS 108 (42.58% from 255) = 23.13%
BLUE value IS 220 (86.33% from 255) = 47.11%
R=29.76%
G=23.13%
B=47.11%

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
Decimal1391082200.370.5100.14256.6161.5464.31
Hex8B6CDC25330E1013e40
Octal213154334456301640176100
Binary10001011110110011011100100101110011011101000000011111101000000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6CDC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,108,220); }

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

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

 a { background-color: rgb(139,108,220); }

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

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

 span { border-color: rgb(139,108,220); }

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