Shades of Amethyst #8758CB
Tints of Amethyst #8758CB
RGB
CMYK
RGB Variations
Color information
#8758CB (or 0x8758CB) is known color: Amethyst. HEX triplet: 87, 58 and CB. RGB value is (135,88,203). Sum of RGB (Red+Green+Blue) = 135+88+203=426 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.69% from 426); Green value is 88 (34.77% from 255 or 20.66% from 426); Blue value is 203 (79.69% from 255 or 47.65% from 426); Max value from RGB is 203 - color contains mainly: blue. Hex color #8758CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8758CB is #78A734. Grayscale: #727272. Windows color (decimal): -7907125 or 13326471. OLE color: 13326471.
HSL color Cylindrical-coordinate representation of color #8758CB: hue angle of 264.52º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8758CB is Cyan = 0.33, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 88 | 203 | - |
| CMYK | 0.33 | 0.57 | 0 | 0.20 |
| HSL | 264.52º | 0.53% | 0.57% | - |
| HSV(B) | 264.52º | 0.57% | 0.8% | - |
| XYZ | 24.26 | 16.44 | 58.39 | - |
| YUV | 115.16 | 177.57 | 142.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 88 | 203 | 0.33 | 0.57 | 0 | 0.20 | 264.52 | 0.53 | 0.57 |
| Hex | 87 | 58 | CB | 21 | 39 | 0 | 14 | 109 | 35 | 39 |
| Octal | 207 | 130 | 313 | 41 | 71 | 0 | 24 | 411 | 65 | 71 |
| Binary | 10000111 | 1011000 | 11001011 | 100001 | 111001 | 0 | 10100 | 100001001 | 110101 | 111001 |
Color Harmonies of #8758CB
Complementary color
Monochromatic Colors of #8758CB
Black with #8758CB
Text Example
Text Example
White with #8758CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8758CB; }
p { color: rgb(135,88,203); }
H1.HeaderClassName
{
color: #8758CB;
}
.AnyTagClassName
{
color: #8758CB;
}
</style>
background-color css
<style>
a { background-color: #8758CB; }
a { background-color: rgb(135,88,203); }
div.DivClassName
{
background-color: #8758CB;
}
.BgClassName
{
background-color: #8758CB;
}
</style>
border-color css
<style>
span { border-color: #8758CB; }
span { border-color: rgb(135,88,203); }
td.TdClassName
{
border-color: #8758CB;
}
.TagClassName
{
border-color: #8758CB;
}
</style>