Shades of Medium Purple #8452DA
Tints of Medium Purple #8452DA
RGB
CMYK
RGB Variations
Color information
#8452DA (or 0x8452DA) is known color: Medium Purple. HEX triplet: 84, 52 and DA. RGB value is (132,82,218). Sum of RGB (Red+Green+Blue) = 132+82+218=432 (57% of max value = 765). Red value is 132 (51.95% from 255 or 30.56% from 432); Green value is 82 (32.42% from 255 or 18.98% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #8452DA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452DA is #7BAD25. Grayscale: #6F6F6F. Windows color (decimal): -8105254 or 14307972. OLE color: 14307972.
HSL color Cylindrical-coordinate representation of color #8452DA: hue angle of 262.06º degrees, saturation: 0.65, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #8452DA is Cyan = 0.39, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 132 | 82 | 218 | - |
| CMYK | 0.39 | 0.62 | 0 | 0.15 |
| HSL | 262.06º | 0.65% | 0.59% | - |
| HSV(B) | 262.06º | 0.62% | 0.85% | - |
| XYZ | 25.19 | 16 | 68.09 | - |
| YUV | 112.45 | 187.57 | 141.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 218 | 0.39 | 0.62 | 0 | 0.15 | 262.06 | 0.65 | 0.59 |
| Hex | 84 | 52 | DA | 27 | 3E | 0 | F | 106 | 41 | 3B |
| Octal | 204 | 122 | 332 | 47 | 76 | 0 | 17 | 406 | 101 | 73 |
| Binary | 10000100 | 1010010 | 11011010 | 100111 | 111110 | 0 | 1111 | 100000110 | 1000001 | 111011 |
Color Harmonies of #8452DA
Complementary color
Monochromatic Colors of #8452DA
Black with #8452DA
Text Example
Text Example
White with #8452DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452DA; }
p { color: rgb(132,82,218); }
H1.HeaderClassName
{
color: #8452DA;
}
.AnyTagClassName
{
color: #8452DA;
}
</style>
background-color css
<style>
a { background-color: #8452DA; }
a { background-color: rgb(132,82,218); }
div.DivClassName
{
background-color: #8452DA;
}
.BgClassName
{
background-color: #8452DA;
}
</style>
border-color css
<style>
span { border-color: #8452DA; }
span { border-color: rgb(132,82,218); }
td.TdClassName
{
border-color: #8452DA;
}
.TagClassName
{
border-color: #8452DA;
}
</style>