Shades of Amethyst #8758CF
Tints of Amethyst #8758CF
RGB
CMYK
RGB Variations
Color information
#8758CF (or 0x8758CF) is known color: Amethyst. HEX triplet: 87, 58 and CF. RGB value is (135,88,207). Sum of RGB (Red+Green+Blue) = 135+88+207=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 88 (34.77% from 255 or 20.47% from 430); Blue value is 207 (81.25% from 255 or 48.14% from 430); Max value from RGB is 207 - color contains mainly: blue. Hex color #8758CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758CF is #78A730. Grayscale: #737373. Windows color (decimal): -7907121 or 13588615. OLE color: 13588615.
HSL color Cylindrical-coordinate representation of color #8758CF: hue angle of 263.7º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8758CF is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 88 | 207 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.19 |
| HSL | 263.7º | 0.55% | 0.58% | - |
| HSV(B) | 263.7º | 0.57% | 0.81% | - |
| XYZ | 24.74 | 16.64 | 60.94 | - |
| YUV | 115.62 | 179.57 | 141.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 207 | 0.35 | 0.57 | 0 | 0.19 | 263.7 | 0.55 | 0.58 |
| Hex | 87 | 58 | CF | 23 | 39 | 0 | 13 | 108 | 37 | 3A |
| Octal | 207 | 130 | 317 | 43 | 71 | 0 | 23 | 410 | 67 | 72 |
| Binary | 10000111 | 1011000 | 11001111 | 100011 | 111001 | 0 | 10011 | 100001000 | 110111 | 111010 |
Color Harmonies of #8758CF
Complementary color
Monochromatic Colors of #8758CF
Black with #8758CF
Text Example
Text Example
White with #8758CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758CF; }
p { color: rgb(135,88,207); }
H1.HeaderClassName
{
color: #8758CF;
}
.AnyTagClassName
{
color: #8758CF;
}
</style>
background-color css
<style>
a { background-color: #8758CF; }
a { background-color: rgb(135,88,207); }
div.DivClassName
{
background-color: #8758CF;
}
.BgClassName
{
background-color: #8758CF;
}
</style>
border-color css
<style>
span { border-color: #8758CF; }
span { border-color: rgb(135,88,207); }
td.TdClassName
{
border-color: #8758CF;
}
.TagClassName
{
border-color: #8758CF;
}
</style>