Shades of Amethyst #8452CB
Tints of Amethyst #8452CB
RGB
CMYK
RGB Variations
Color information
#8452CB (or 0x8452CB) is known color: Amethyst. HEX triplet: 84, 52 and CB. RGB value is (132,82,203). Sum of RGB (Red+Green+Blue) = 132+82+203=417 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.65% from 417); Green value is 82 (32.42% from 255 or 19.66% from 417); Blue value is 203 (79.69% from 255 or 48.68% from 417); Max value from RGB is 203 - color contains mainly: blue. Hex color #8452CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8452CB is #7BAD34. Grayscale: #6E6E6E. Windows color (decimal): -8105269 or 13324932. OLE color: 13324932.
HSL color Cylindrical-coordinate representation of color #8452CB: hue angle of 264.79º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8452CB is Cyan = 0.35, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 82 | 203 | - |
| CMYK | 0.35 | 0.60 | 0 | 0.20 |
| HSL | 264.79º | 0.54% | 0.56% | - |
| HSV(B) | 264.79º | 0.6% | 0.8% | - |
| XYZ | 23.31 | 15.25 | 58.22 | - |
| YUV | 110.74 | 180.07 | 143.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 82 | 203 | 0.35 | 0.60 | 0 | 0.20 | 264.79 | 0.54 | 0.56 |
| Hex | 84 | 52 | CB | 23 | 3C | 0 | 14 | 109 | 36 | 38 |
| Octal | 204 | 122 | 313 | 43 | 74 | 0 | 24 | 411 | 66 | 70 |
| Binary | 10000100 | 1010010 | 11001011 | 100011 | 111100 | 0 | 10100 | 100001001 | 110110 | 111000 |
Color Harmonies of #8452CB
Complementary color
Monochromatic Colors of #8452CB
Black with #8452CB
Text Example
Text Example
White with #8452CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8452CB; }
p { color: rgb(132,82,203); }
H1.HeaderClassName
{
color: #8452CB;
}
.AnyTagClassName
{
color: #8452CB;
}
</style>
background-color css
<style>
a { background-color: #8452CB; }
a { background-color: rgb(132,82,203); }
div.DivClassName
{
background-color: #8452CB;
}
.BgClassName
{
background-color: #8452CB;
}
</style>
border-color css
<style>
span { border-color: #8452CB; }
span { border-color: rgb(132,82,203); }
td.TdClassName
{
border-color: #8452CB;
}
.TagClassName
{
border-color: #8452CB;
}
</style>