Shades of Amethyst #8752D3
Tints of Amethyst #8752D3
RGB
CMYK
RGB Variations
Color information
#8752D3 (or 0x8752D3) is known color: Amethyst. HEX triplet: 87, 52 and D3. RGB value is (135,82,211). Sum of RGB (Red+Green+Blue) = 135+82+211=428 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.54% from 428); Green value is 82 (32.42% from 255 or 19.16% from 428); Blue value is 211 (82.81% from 255 or 49.30% from 428); Max value from RGB is 211 - color contains mainly: blue. Hex color #8752D3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752D3 is #78AD2C. Grayscale: #707070. Windows color (decimal): -7908653 or 13849223. OLE color: 13849223.
HSL color Cylindrical-coordinate representation of color #8752D3: hue angle of 264.65º degrees, saturation: 0.59, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8752D3 is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 135 | 82 | 211 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.17 |
| HSL | 264.65º | 0.59% | 0.57% | - |
| HSV(B) | 264.65º | 0.61% | 0.83% | - |
| XYZ | 24.77 | 15.89 | 63.39 | - |
| YUV | 112.55 | 183.56 | 144.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 211 | 0.36 | 0.61 | 0 | 0.17 | 264.65 | 0.59 | 0.57 |
| Hex | 87 | 52 | D3 | 24 | 3D | 0 | 11 | 109 | 3B | 39 |
| Octal | 207 | 122 | 323 | 44 | 75 | 0 | 21 | 411 | 73 | 71 |
| Binary | 10000111 | 1010010 | 11010011 | 100100 | 111101 | 0 | 10001 | 100001001 | 111011 | 111001 |
Color Harmonies of #8752D3
Complementary color
Monochromatic Colors of #8752D3
Black with #8752D3
Text Example
Text Example
White with #8752D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752D3; }
p { color: rgb(135,82,211); }
H1.HeaderClassName
{
color: #8752D3;
}
.AnyTagClassName
{
color: #8752D3;
}
</style>
background-color css
<style>
a { background-color: #8752D3; }
a { background-color: rgb(135,82,211); }
div.DivClassName
{
background-color: #8752D3;
}
.BgClassName
{
background-color: #8752D3;
}
</style>
border-color css
<style>
span { border-color: #8752D3; }
span { border-color: rgb(135,82,211); }
td.TdClassName
{
border-color: #8752D3;
}
.TagClassName
{
border-color: #8752D3;
}
</style>