#8A5DDE

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

Shades of Medium Purple #8A5DDE

Tints of Medium Purple #8A5DDE

Color information

#8A5DDE (or 0x8A5DDE) is unknown color: approx Medium Purple. HEX triplet: 8A, 5D and DE. RGB value is (138,93,222). Sum of RGB (Red+Green+Blue) = 138+93+222=453 (60% of max value = 765). Red value is 138 (54.30% from 255 or 30.46% from 453); Green value is 93 (36.72% from 255 or 20.53% from 453); Blue value is 222 (87.11% from 255 or 49.01% from 453); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A5DDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5DDE is #75A221. Grayscale: #787878. Windows color (decimal): -7709218 or 14572938. OLE color: 14572938.

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

Color convert

RGB13893222-
CMYK0.380.5800.13
HSL260.93º66.15%61.76%-
HSV(B)260.93º58.11%87.06%-
XYZ27.5818.5171.23-
YUV121.16184.91140.01-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.46%
GREEN value IS 93 (36.72% from 255) = 20.53%
BLUE value IS 222 (87.11% from 255) = 49.01%
R=30.46%
G=20.53%
B=49.01%

CMYK

C (Cyan) values IS 0.38
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal138932220.380.5800.13260.9366.1561.76
Hex8A5DDE263A0D105423e
Octal212135336467201540510276
Binary10001010101110111011110100110111010011011000001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5DDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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