#8B7CDA

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

Shades of Medium Purple #8B7CDA

Tints of Medium Purple #8B7CDA

Color information

#8B7CDA (or 0x8B7CDA) is unknown color: approx Medium Purple. HEX triplet: 8B, 7C and DA. RGB value is (139,124,218). Sum of RGB (Red+Green+Blue) = 139+124+218=481 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.90% from 481); Green value is 124 (48.83% from 255 or 25.78% from 481); Blue value is 218 (85.55% from 255 or 45.32% from 481); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B7CDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7CDA is #748325. Grayscale: #8A8A8A. Windows color (decimal): -7635750 or 14318731. OLE color: 14318731.

HSL color Cylindrical-coordinate representation of color #8B7CDA: hue angle of 249.57º degrees, saturation: 0.56, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #8B7CDA is Cyan = 0.36, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB139124218-
CMYK0.360.4300.15
HSL249.57º55.95%67.06%-
HSV(B)249.57º43.12%85.49%-
XYZ30.5124.9769.54-
YUV139.2172.47127.86-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.90%
GREEN value IS 124 (48.83% from 255) = 25.78%
BLUE value IS 218 (85.55% from 255) = 45.32%
R=28.90%
G=25.78%
B=45.32%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391242180.360.4300.15249.5755.9567.06
Hex8B7CDA242B0Ffa3843
Octal213174332445301737270103
Binary1000101111111001101101010010010101101111111110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,124,218); }

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

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

 a { background-color: rgb(139,124,218); }

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

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

 span { border-color: rgb(139,124,218); }

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