#8B6CDF

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

Shades of Medium Purple #8B6CDF

Tints of Medium Purple #8B6CDF

Color information

#8B6CDF (or 0x8B6CDF) is unknown color: approx Medium Purple. HEX triplet: 8B, 6C and DF. RGB value is (139,108,223). Sum of RGB (Red+Green+Blue) = 139+108+223=470 (62% of max value = 765). Red value is 139 (54.69% from 255 or 29.57% from 470); Green value is 108 (42.58% from 255 or 22.98% from 470); Blue value is 223 (87.5% from 255 or 47.45% from 470); Max value from RGB is 223 - color contains mainly: blue. Hex color #8B6CDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B6CDF is #749320. Grayscale: #818181. Windows color (decimal): -7639841 or 14642315. OLE color: 14642315.

HSL color Cylindrical-coordinate representation of color #8B6CDF: hue angle of 256.17º degrees, saturation: 0.64, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #8B6CDF is Cyan = 0.38, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB139108223-
CMYK0.380.5200.13
HSL256.17º64.25%64.9%-
HSV(B)256.17º51.57%87.45%-
XYZ29.3321.5472.42-
YUV130.38180.27134.15-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 29.57%
GREEN value IS 108 (42.58% from 255) = 22.98%
BLUE value IS 223 (87.5% from 255) = 47.45%
R=29.57%
G=22.98%
B=47.45%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.52
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal1391082230.380.5200.13256.1764.2564.9
Hex8B6CDF26340D1004041
Octal2131543374664015400100101
Binary100010111101100110111111001101101000110110000000010000001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B6CDF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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