#8B7AE0

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

Shades of Medium Purple #8B7AE0

Tints of Medium Purple #8B7AE0

Color information

#8B7AE0 (or 0x8B7AE0) is unknown color: approx Medium Purple. HEX triplet: 8B, 7A and E0. RGB value is (139,122,224). Sum of RGB (Red+Green+Blue) = 139+122+224=485 (64% of max value = 765). Red value is 139 (54.69% from 255 or 28.66% from 485); Green value is 122 (48.05% from 255 or 25.15% from 485); Blue value is 224 (87.89% from 255 or 46.19% from 485); Max value from RGB is 224 - color contains mainly: blue. Hex color #8B7AE0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8B7AE0 is #74851F. Grayscale: #8A8A8A. Windows color (decimal): -7636256 or 14711435. OLE color: 14711435.

HSL color Cylindrical-coordinate representation of color #8B7AE0: hue angle of 250º degrees, saturation: 0.62, 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 #8B7AE0 is Cyan = 0.38, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB139122224-
CMYK0.380.4600.12
HSL250º62.2%67.84%-
HSV(B)250º45.54%87.84%-
XYZ31.0624.7973.67-
YUV138.71176.13128.21-

RGB Variations

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

RGB

RED value IS 139 (54.69% from 255) = 28.66%
GREEN value IS 122 (48.05% from 255) = 25.15%
BLUE value IS 224 (87.89% from 255) = 46.19%
R=28.66%
G=25.15%
B=46.19%

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
Decimal1391222240.380.4600.1225062.267.84
Hex8B7AE0262E0Cfa3e44
Octal213172340465601437276104
Binary1000101111110101110000010011010111001100111110101111101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8B7AE0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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