Shades of Amethyst #8453CB
Tints of Amethyst #8453CB
RGB
CMYK
RGB Variations
Color information
#8453CB (or 0x8453CB) is known color: Amethyst. HEX triplet: 84, 53 and CB. RGB value is (132,83,203). Sum of RGB (Red+Green+Blue) = 132+83+203=418 (55% of max value = 765). Red value is 132 (51.95% from 255 or 31.58% from 418); Green value is 83 (32.81% from 255 or 19.86% from 418); Blue value is 203 (79.69% from 255 or 48.56% from 418); Max value from RGB is 203 - color contains mainly: blue. Hex color #8453CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8453CB is #7BAC34. Grayscale: #6E6E6E. Windows color (decimal): -8105013 or 13325188. OLE color: 13325188.
HSL color Cylindrical-coordinate representation of color #8453CB: hue angle of 264.5º degrees, saturation: 0.54, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #8453CB is Cyan = 0.35, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 83 | 203 | - |
| CMYK | 0.35 | 0.59 | 0 | 0.20 |
| HSL | 264.5º | 0.54% | 0.56% | - |
| HSV(B) | 264.5º | 0.59% | 0.8% | - |
| XYZ | 23.39 | 15.4 | 58.24 | - |
| YUV | 111.33 | 179.73 | 142.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 83 | 203 | 0.35 | 0.59 | 0 | 0.20 | 264.5 | 0.54 | 0.56 |
| Hex | 84 | 53 | CB | 23 | 3B | 0 | 14 | 108 | 36 | 38 |
| Octal | 204 | 123 | 313 | 43 | 73 | 0 | 24 | 410 | 66 | 70 |
| Binary | 10000100 | 1010011 | 11001011 | 100011 | 111011 | 0 | 10100 | 100001000 | 110110 | 111000 |
Color Harmonies of #8453CB
Complementary color
Monochromatic Colors of #8453CB
Black with #8453CB
Text Example
Text Example
White with #8453CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8453CB; }
p { color: rgb(132,83,203); }
H1.HeaderClassName
{
color: #8453CB;
}
.AnyTagClassName
{
color: #8453CB;
}
</style>
background-color css
<style>
a { background-color: #8453CB; }
a { background-color: rgb(132,83,203); }
div.DivClassName
{
background-color: #8453CB;
}
.BgClassName
{
background-color: #8453CB;
}
</style>
border-color css
<style>
span { border-color: #8453CB; }
span { border-color: rgb(132,83,203); }
td.TdClassName
{
border-color: #8453CB;
}
.TagClassName
{
border-color: #8453CB;
}
</style>