#8A77E0

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

Shades of Medium Purple #8A77E0

Tints of Medium Purple #8A77E0

Color information

#8A77E0 (or 0x8A77E0) is unknown color: approx Medium Purple. HEX triplet: 8A, 77 and E0. RGB value is (138,119,224). Sum of RGB (Red+Green+Blue) = 138+119+224=481 (63% of max value = 765). Red value is 138 (54.30% from 255 or 28.69% from 481); Green value is 119 (46.88% from 255 or 24.74% from 481); Blue value is 224 (87.89% from 255 or 46.57% from 481); Max value from RGB is 224 - color contains mainly: blue. Hex color #8A77E0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A77E0 is #75881F. Grayscale: #888888. Windows color (decimal): -7702560 or 14710666. OLE color: 14710666.

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

Color convert

RGB138119224-
CMYK0.380.4700.12
HSL250.86º62.87%67.25%-
HSV(B)250.86º46.88%87.84%-
XYZ30.5323.9873.54-
YUV136.65177.29128.96-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 28.69%
GREEN value IS 119 (46.88% from 255) = 24.74%
BLUE value IS 224 (87.89% from 255) = 46.57%
R=28.69%
G=24.74%
B=46.57%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.12
SystemRedGreenBlueCMYKHSL
Decimal1381192240.380.4700.12250.8662.8767.25
Hex8A77E0262F0Cfb3f43
Octal212167340465701437377103
Binary1000101011101111110000010011010111101100111110111111111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A77E0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,119,224); }

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

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

 a { background-color: rgb(138,119,224); }

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

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

 span { border-color: rgb(138,119,224); }

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