Shades of Amethyst #8F5BCA
Tints of Amethyst #8F5BCA
RGB
CMYK
RGB Variations
Color information
#8F5BCA (or 0x8F5BCA) is known color: Amethyst. HEX triplet: 8F, 5B and CA. RGB value is (143,91,202). Sum of RGB (Red+Green+Blue) = 143+91+202=436 (57% of max value = 765). Red value is 143 (56.25% from 255 or 32.80% from 436); Green value is 91 (35.94% from 255 or 20.87% from 436); Blue value is 202 (79.30% from 255 or 46.33% from 436); Max value from RGB is 202 - color contains mainly: blue. Hex color #8F5BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8F5BCA is #70A435. Grayscale: #767676. Windows color (decimal): -7382070 or 13261711. OLE color: 13261711.
HSL color Cylindrical-coordinate representation of color #8F5BCA: hue angle of 268.11º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #8F5BCA is Cyan = 0.29, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 143 | 91 | 202 | - |
| CMYK | 0.29 | 0.55 | 0 | 0.21 |
| HSL | 268.11º | 0.51% | 0.57% | - |
| HSV(B) | 268.11º | 0.55% | 0.79% | - |
| XYZ | 25.73 | 17.59 | 57.92 | - |
| YUV | 119.2 | 174.73 | 144.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 143 | 91 | 202 | 0.29 | 0.55 | 0 | 0.21 | 268.11 | 0.51 | 0.57 |
| Hex | 8F | 5B | CA | 1D | 37 | 0 | 15 | 10C | 33 | 39 |
| Octal | 217 | 133 | 312 | 35 | 67 | 0 | 25 | 414 | 63 | 71 |
| Binary | 10001111 | 1011011 | 11001010 | 11101 | 110111 | 0 | 10101 | 100001100 | 110011 | 111001 |
Color Harmonies of #8F5BCA
Complementary color
Monochromatic Colors of #8F5BCA
Black with #8F5BCA
Text Example
Text Example
White with #8F5BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8F5BCA; }
p { color: rgb(143,91,202); }
H1.HeaderClassName
{
color: #8F5BCA;
}
.AnyTagClassName
{
color: #8F5BCA;
}
</style>
background-color css
<style>
a { background-color: #8F5BCA; }
a { background-color: rgb(143,91,202); }
div.DivClassName
{
background-color: #8F5BCA;
}
.BgClassName
{
background-color: #8F5BCA;
}
</style>
border-color css
<style>
span { border-color: #8F5BCA; }
span { border-color: rgb(143,91,202); }
td.TdClassName
{
border-color: #8F5BCA;
}
.TagClassName
{
border-color: #8F5BCA;
}
</style>