#8453DE

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

Shades of Medium Purple #8453DE

Tints of Medium Purple #8453DE

Color information

#8453DE (or 0x8453DE) is unknown color: approx Medium Purple. HEX triplet: 84, 53 and DE. RGB value is (132,83,222). Sum of RGB (Red+Green+Blue) = 132+83+222=437 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.21% from 437); Green value is 83 (32.81% from 255 or 18.99% from 437); Blue value is 222 (87.11% from 255 or 50.80% from 437); Max value from RGB is 222 - color contains mainly: blue. Hex color #8453DE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453DE is #7BAC21. Grayscale: #707070. Windows color (decimal): -8104994 or 14570372. OLE color: 14570372.

HSL color Cylindrical-coordinate representation of color #8453DE: hue angle of 261.15º degrees, saturation: 0.68, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8453DE is Cyan = 0.41, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB13283222-
CMYK0.410.6300.13
HSL261.15º67.8%59.8%-
HSV(B)261.15º62.61%87.06%-
XYZ25.7916.3770.91-
YUV113.5189.23141.2-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.21%
GREEN value IS 83 (32.81% from 255) = 18.99%
BLUE value IS 222 (87.11% from 255) = 50.80%
R=30.21%
G=18.99%
B=50.80%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132832220.410.6300.13261.1567.859.8
Hex8453DE293F0D105443c
Octal204123336517701540510474
Binary10000100101001111011110101001111111011011000001011000100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8453DE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8453DE; }

 p { color: rgb(132,83,222); }

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

<style>
 a { background-color: #8453DE; }

 a { background-color: rgb(132,83,222); }

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

<style>
 span { border-color: #8453DE; }

 span { border-color: rgb(132,83,222); }

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