#8452DD

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

Shades of Medium Purple #8452DD

Tints of Medium Purple #8452DD

Color information

#8452DD (or 0x8452DD) is unknown color: approx Medium Purple. HEX triplet: 84, 52 and DD. RGB value is (132,82,221). Sum of RGB (Red+Green+Blue) = 132+82+221=435 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.34% from 435); Green value is 82 (32.42% from 255 or 18.85% from 435); Blue value is 221 (86.72% from 255 or 50.80% from 435); Max value from RGB is 221 - color contains mainly: blue. Hex color #8452DD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452DD is #7BAD22. Grayscale: #707070. Windows color (decimal): -8105251 or 14504580. OLE color: 14504580.

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

Color convert

RGB13282221-
CMYK0.400.6300.13
HSL261.58º67.15%59.41%-
HSV(B)261.58º62.9%86.67%-
XYZ25.5816.1670.18-
YUV112.8189.06141.7-

RGB Variations

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

RGB

RED value IS 132 (51.95% from 255) = 30.34%
GREEN value IS 82 (32.42% from 255) = 18.85%
BLUE value IS 221 (86.72% from 255) = 50.80%
R=30.34%
G=18.85%
B=50.80%

CMYK

C (Cyan) values IS 0.40
M (Magenta) values IS 0.63
Y (Yellow) values IS 0
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal132822210.400.6300.13261.5867.1559.41
Hex8452DD283F0D106433b
Octal204122335507701540610373
Binary10000100101001011011101101000111111011011000001101000011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #8452DD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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