Shades of Amethyst #8852DB
Tints of Amethyst #8852DB
RGB
CMYK
RGB Variations
Color information
#8852DB (or 0x8852DB) is known color: Amethyst. HEX triplet: 88, 52 and DB. RGB value is (136,82,219). Sum of RGB (Red+Green+Blue) = 136+82+219=437 (57% of max value = 765). Red value is 136 (53.52% from 255 or 31.12% from 437); Green value is 82 (32.42% from 255 or 18.76% from 437); Blue value is 219 (85.94% from 255 or 50.11% from 437); Max value from RGB is 219 - color contains mainly: blue. Hex color #8852DB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8852DB is #77AD24. Grayscale: #717171. Windows color (decimal): -7843109 or 14373512. OLE color: 14373512.
HSL color Cylindrical-coordinate representation of color #8852DB: hue angle of 263.65º 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 #8852DB is Cyan = 0.38, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 136 | 82 | 219 | - |
| CMYK | 0.38 | 0.63 | 0 | 0.14 |
| HSL | 263.65º | 0.66% | 0.59% | - |
| HSV(B) | 263.65º | 0.63% | 0.86% | - |
| XYZ | 25.96 | 16.38 | 68.81 | - |
| YUV | 113.76 | 187.39 | 143.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 82 | 219 | 0.38 | 0.63 | 0 | 0.14 | 263.65 | 0.66 | 0.59 |
| Hex | 88 | 52 | DB | 26 | 3F | 0 | E | 108 | 42 | 3B |
| Octal | 210 | 122 | 333 | 46 | 77 | 0 | 16 | 410 | 102 | 73 |
| Binary | 10001000 | 1010010 | 11011011 | 100110 | 111111 | 0 | 1110 | 100001000 | 1000010 | 111011 |
Color Harmonies of #8852DB
Complementary color
Monochromatic Colors of #8852DB
Black with #8852DB
Text Example
Text Example
White with #8852DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8852DB; }
p { color: rgb(136,82,219); }
H1.HeaderClassName
{
color: #8852DB;
}
.AnyTagClassName
{
color: #8852DB;
}
</style>
background-color css
<style>
a { background-color: #8852DB; }
a { background-color: rgb(136,82,219); }
div.DivClassName
{
background-color: #8852DB;
}
.BgClassName
{
background-color: #8852DB;
}
</style>
border-color css
<style>
span { border-color: #8852DB; }
span { border-color: rgb(136,82,219); }
td.TdClassName
{
border-color: #8852DB;
}
.TagClassName
{
border-color: #8852DB;
}
</style>