Shades of Amethyst #8752DB
Tints of Amethyst #8752DB
RGB
CMYK
RGB Variations
Color information
#8752DB (or 0x8752DB) is known color: Amethyst. HEX triplet: 87, 52 and DB. RGB value is (135,82,219). Sum of RGB (Red+Green+Blue) = 135+82+219=436 (57% of max value = 765). Red value is 135 (53.12% from 255 or 30.96% from 436); Green value is 82 (32.42% from 255 or 18.81% from 436); Blue value is 219 (85.94% from 255 or 50.23% from 436); Max value from RGB is 219 - color contains mainly: blue. Hex color #8752DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752DB is #78AD24. Grayscale: #707070. Windows color (decimal): -7908645 or 14373511. OLE color: 14373511.
HSL color Cylindrical-coordinate representation of color #8752DB: hue angle of 263.21º degrees, saturation: 0.66, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #8752DB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 135 | 82 | 219 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.14 |
| HSL | 263.21º | 0.66% | 0.59% | - |
| HSV(B) | 263.21º | 0.63% | 0.86% | - |
| XYZ | 25.8 | 16.3 | 68.8 | - |
| YUV | 113.47 | 187.56 | 143.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 219 | 0.38 | 0.63 | 0 | 0.14 | 263.21 | 0.66 | 0.59 |
| Hex | 87 | 52 | DB | 26 | 3F | 0 | E | 107 | 42 | 3B |
| Octal | 207 | 122 | 333 | 46 | 77 | 0 | 16 | 407 | 102 | 73 |
| Binary | 10000111 | 1010010 | 11011011 | 100110 | 111111 | 0 | 1110 | 100000111 | 1000010 | 111011 |
Color Harmonies of #8752DB
Complementary color
Monochromatic Colors of #8752DB
Black with #8752DB
Text Example
Text Example
White with #8752DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752DB; }
p { color: rgb(135,82,219); }
H1.HeaderClassName
{
color: #8752DB;
}
.AnyTagClassName
{
color: #8752DB;
}
</style>
background-color css
<style>
a { background-color: #8752DB; }
a { background-color: rgb(135,82,219); }
div.DivClassName
{
background-color: #8752DB;
}
.BgClassName
{
background-color: #8752DB;
}
</style>
border-color css
<style>
span { border-color: #8752DB; }
span { border-color: rgb(135,82,219); }
td.TdClassName
{
border-color: #8752DB;
}
.TagClassName
{
border-color: #8752DB;
}
</style>