Shades of Amethyst #8450CB
Tints of Amethyst #8450CB
RGB
CMYK
RGB Variations
Color information
#8450CB (or 0x8450CB) is known color: Amethyst. HEX triplet: 84, 50 and CB. RGB value is (132,80,203). Sum of RGB (Red+Green+Blue) = 132+80+203=415 (54% of max value = 765). Red value is 132 (51.95% from 255 or 31.81% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #8450CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8450CB is #7BAF34. Grayscale: #6D6D6D. Windows color (decimal): -8105781 or 13324420. OLE color: 13324420.
HSL color Cylindrical-coordinate representation of color #8450CB: hue angle of 265.37º degrees, saturation: 0.54, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8450CB is Cyan = 0.35, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 132 | 80 | 203 | - |
| CMYK | 0.35 | 0.61 | 0 | 0.20 |
| HSL | 265.37º | 0.54% | 0.55% | - |
| HSV(B) | 265.37º | 0.61% | 0.8% | - |
| XYZ | 23.16 | 14.95 | 58.17 | - |
| YUV | 109.57 | 180.73 | 144 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 80 | 203 | 0.35 | 0.61 | 0 | 0.20 | 265.37 | 0.54 | 0.55 |
| Hex | 84 | 50 | CB | 23 | 3D | 0 | 14 | 109 | 36 | 37 |
| Octal | 204 | 120 | 313 | 43 | 75 | 0 | 24 | 411 | 66 | 67 |
| Binary | 10000100 | 1010000 | 11001011 | 100011 | 111101 | 0 | 10100 | 100001001 | 110110 | 110111 |
Color Harmonies of #8450CB
Complementary color
Monochromatic Colors of #8450CB
Black with #8450CB
Text Example
Text Example
White with #8450CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8450CB; }
p { color: rgb(132,80,203); }
H1.HeaderClassName
{
color: #8450CB;
}
.AnyTagClassName
{
color: #8450CB;
}
</style>
background-color css
<style>
a { background-color: #8450CB; }
a { background-color: rgb(132,80,203); }
div.DivClassName
{
background-color: #8450CB;
}
.BgClassName
{
background-color: #8450CB;
}
</style>
border-color css
<style>
span { border-color: #8450CB; }
span { border-color: rgb(132,80,203); }
td.TdClassName
{
border-color: #8450CB;
}
.TagClassName
{
border-color: #8450CB;
}
</style>