Shades of Amethyst #874DCE
Tints of Amethyst #874DCE
RGB
CMYK
RGB Variations
Color information
#874DCE (or 0x874DCE) is known color: Amethyst. HEX triplet: 87, 4D and CE. RGB value is (135,77,206). Sum of RGB (Red+Green+Blue) = 135+77+206=418 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.30% from 418); Green value is 77 (30.47% from 255 or 18.42% from 418); Blue value is 206 (80.86% from 255 or 49.28% from 418); Max value from RGB is 206 - color contains mainly: blue. Hex color #874DCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874DCE is #78B231. Grayscale: #6C6C6C. Windows color (decimal): -7909938 or 13520263. OLE color: 13520263.
HSL color Cylindrical-coordinate representation of color #874DCE: hue angle of 266.98º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #874DCE is Cyan = 0.34, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 135 | 77 | 206 | - |
| CMYK | 0.34 | 0.63 | 0 | 0.19 |
| HSL | 266.98º | 0.57% | 0.55% | - |
| HSV(B) | 266.98º | 0.63% | 0.81% | - |
| XYZ | 23.79 | 14.91 | 60.02 | - |
| YUV | 109.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 77 | 206 | 0.34 | 0.63 | 0 | 0.19 | 266.98 | 0.57 | 0.55 |
| Hex | 87 | 4D | CE | 22 | 3F | 0 | 13 | 10B | 39 | 37 |
| Octal | 207 | 115 | 316 | 42 | 77 | 0 | 23 | 413 | 71 | 67 |
| Binary | 10000111 | 1001101 | 11001110 | 100010 | 111111 | 0 | 10011 | 100001011 | 111001 | 110111 |
Color Harmonies of #874DCE
Complementary color
Monochromatic Colors of #874DCE
Black with #874DCE
Text Example
Text Example
White with #874DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874DCE; }
p { color: rgb(135,77,206); }
H1.HeaderClassName
{
color: #874DCE;
}
.AnyTagClassName
{
color: #874DCE;
}
</style>
background-color css
<style>
a { background-color: #874DCE; }
a { background-color: rgb(135,77,206); }
div.DivClassName
{
background-color: #874DCE;
}
.BgClassName
{
background-color: #874DCE;
}
</style>
border-color css
<style>
span { border-color: #874DCE; }
span { border-color: rgb(135,77,206); }
td.TdClassName
{
border-color: #874DCE;
}
.TagClassName
{
border-color: #874DCE;
}
</style>