#8B7AE1

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

Shades of Medium Purple #8B7AE1

Tints of Medium Purple #8B7AE1

Color information

#8B7AE1 (or 0x8B7AE1) is unknown color: approx Medium Purple. HEX triplet: 8B, 7A and E1. RGB value is (139,122,225). Sum of RGB (Red+Green+Blue) = 139+122+225=486 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.60% from 486); Green value is 122 (48.05% from 255 or 25.10% from 486); Blue value is 225 (88.28% from 255 or 46.30% from 486); Max value from RGB is 225 - color contains mainly: blue. Hex color #8B7AE1 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AE1 is #74851E. Grayscale: #8A8A8A. Windows color (decimal): -7636255 or 14776971. OLE color: 14776971.

HSL color Cylindrical-coordinate representation of color #8B7AE1: hue angle of 249.9º degrees, saturation: 0.63, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #8B7AE1 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139122225-
CMYK0.380.4600.12
HSL249.9º63.19%68.04%-
HSV(B)249.9º45.78%88.24%-
XYZ31.224.8474.39-
YUV138.82176.63128.12-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.60%
GREEN value IS 122 (48.05% from 255) = 25.10%
BLUE value IS 225 (88.28% from 255) = 46.30%
R=28.60%
G=25.10%
B=46.30%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1391222250.380.4600.12249.963.1968.04
Hex8B7AE1262E0Cfa3f44
Octal213172341465601437277104
Binary1000101111110101110000110011010111001100111110101111111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AE1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(139,122,225); }

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

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

 a { background-color: rgb(139,122,225); }

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

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

 span { border-color: rgb(139,122,225); }

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