#8452DC

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

Shades of Medium Purple #8452DC

Tints of Medium Purple #8452DC

Color information

#8452DC (or 0x8452DC) is unknown color: approx Medium Purple. HEX triplet: 84, 52 and DC. RGB value is (132,82,220). Sum of RGB (Red+Green+Blue) = 132+82+220=434 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.41% from 434); Green value is 82 (32.42% from 255 or 18.89% from 434); Blue value is 220 (86.33% from 255 or 50.69% from 434); Max value from RGB is 220 - color contains mainly: blue. Hex color #8452DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452DC is #7BAD23. Grayscale: #707070. Windows color (decimal): -8105252 or 14439044. OLE color: 14439044.

HSL color Cylindrical-coordinate representation of color #8452DC: hue angle of 261.74º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8452DC is Cyan = 0.40, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB13282220-
CMYK0.400.6300.14
HSL261.74º66.35%59.22%-
HSV(B)261.74º62.73%86.27%-
XYZ25.4516.1169.48-
YUV112.68188.56141.78-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.41%
GREEN value IS 82 (32.42% from 255) = 18.89%
BLUE value IS 220 (86.33% from 255) = 50.69%
R=30.41%
G=18.89%
B=50.69%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal132822200.400.6300.14261.7466.3559.22
Hex8452DC283F0E106423b
Octal204122334507701640610273
Binary10000100101001011011100101000111111011101000001101000010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8452DC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #8452DC; }

 p { color: rgb(132,82,220); }

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

<style>
 a { background-color: #8452DC; }

 a { background-color: rgb(132,82,220); }

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

<style>
 span { border-color: #8452DC; }

 span { border-color: rgb(132,82,220); }

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