#8A5ADE

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

Shades of Medium Purple #8A5ADE

Tints of Medium Purple #8A5ADE

Color information

#8A5ADE (or 0x8A5ADE) is unknown color: approx Medium Purple. HEX triplet: 8A, 5A and DE. RGB value is (138,90,222). Sum of RGB (Red+Green+Blue) = 138+90+222=450 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.67% from 450); Green value is 90 (35.55% from 255 or 20% from 450); Blue value is 222 (87.11% from 255 or 49.33% from 450); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A5ADE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5ADE is #75A521. Grayscale: #767676. Windows color (decimal): -7709986 or 14572170. OLE color: 14572170.

HSL color Cylindrical-coordinate representation of color #8A5ADE: hue angle of 261.82º degrees, saturation: 0.67, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8A5ADE is Cyan = 0.38, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13890222-
CMYK0.380.5900.13
HSL261.82º66.67%61.18%-
HSV(B)261.82º59.46%87.06%-
XYZ27.3217.9971.14-
YUV119.4185.9141.27-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.67%
GREEN value IS 90 (35.55% from 255) = 20%
BLUE value IS 222 (87.11% from 255) = 49.33%
R=30.67%
G=20%
B=49.33%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138902220.380.5900.13261.8266.6761.18
Hex8A5ADE263B0D106433d
Octal212132336467301540610375
Binary10001010101101011011110100110111011011011000001101000011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5ADE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(138,90,222); }

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

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

 a { background-color: rgb(138,90,222); }

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

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

 span { border-color: rgb(138,90,222); }

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