#8A5CDE

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

Shades of Medium Purple #8A5CDE

Tints of Medium Purple #8A5CDE

Color information

#8A5CDE (or 0x8A5CDE) is unknown color: approx Medium Purple. HEX triplet: 8A, 5C and DE. RGB value is (138,92,222). Sum of RGB (Red+Green+Blue) = 138+92+222=452 (59% of max value = 765). Red value is 138 (54.30% from 255 or 30.53% from 452); Green value is 92 (36.33% from 255 or 20.35% from 452); Blue value is 222 (87.11% from 255 or 49.12% from 452); Max value from RGB is 222 - color contains mainly: blue. Hex color #8A5CDE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8A5CDE is #75A321. Grayscale: #787878. Windows color (decimal): -7709474 or 14572682. OLE color: 14572682.

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

Color convert

RGB13892222-
CMYK0.380.5900.13
HSL261.23º66.33%61.57%-
HSV(B)261.23º58.56%87.06%-
XYZ27.4918.3371.2-
YUV120.57185.24140.43-

RGB Variations

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

RGB

RED value IS 138 (54.30% from 255) = 30.53%
GREEN value IS 92 (36.33% from 255) = 20.35%
BLUE value IS 222 (87.11% from 255) = 49.12%
R=30.53%
G=20.35%
B=49.12%

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
Decimal138922220.380.5900.13261.2366.3361.57
Hex8A5CDE263B0D105423e
Octal212134336467301540510276
Binary10001010101110011011110100110111011011011000001011000010111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8A5CDE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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