#8B7BDA

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

Shades of Medium Purple #8B7BDA

Tints of Medium Purple #8B7BDA

Color information

#8B7BDA (or 0x8B7BDA) is unknown color: approx Medium Purple. HEX triplet: 8B, 7B and DA. RGB value is (139,123,218). Sum of RGB (Red+Green+Blue) = 139+123+218=480 (63% of max value = 765). Red value is 139 (54.69% from 255 or 28.96% from 480); Green value is 123 (48.44% from 255 or 25.62% from 480); Blue value is 218 (85.55% from 255 or 45.42% from 480); Max value from RGB is 218 - color contains mainly: blue. Hex color #8B7BDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7BDA is #748425. Grayscale: #8A8A8A. Windows color (decimal): -7636006 or 14318475. OLE color: 14318475.

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

Color convert

RGB139123218-
CMYK0.360.4400.15
HSL250.11º56.21%66.86%-
HSV(B)250.11º43.58%85.49%-
XYZ30.3924.7269.5-
YUV138.61172.8128.28-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.96%
GREEN value IS 123 (48.44% from 255) = 25.62%
BLUE value IS 218 (85.55% from 255) = 45.42%
R=28.96%
G=25.62%
B=45.42%

CMYK

C (Cyan) values IS 0.36
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal1391232180.360.4400.15250.1156.2166.86
Hex8B7BDA242C0Ffa3843
Octal213173332445401737270103
Binary1000101111110111101101010010010110001111111110101110001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7BDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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