Shades of Amethyst #874ECB
Tints of Amethyst #874ECB
RGB
CMYK
RGB Variations
Color information
#874ECB (or 0x874ECB) is known color: Amethyst. HEX triplet: 87, 4E and CB. RGB value is (135,78,203). Sum of RGB (Red+Green+Blue) = 135+78+203=416 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.45% from 416); Green value is 78 (30.86% from 255 or 18.75% from 416); Blue value is 203 (79.69% from 255 or 48.80% from 416); Max value from RGB is 203 - color contains mainly: blue. Hex color #874ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #874ECB is #78B134. Grayscale: #6C6C6C. Windows color (decimal): -7909685 or 13323911. OLE color: 13323911.
HSL color Cylindrical-coordinate representation of color #874ECB: hue angle of 267.36º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #874ECB is Cyan = 0.33, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 78 | 203 | - |
| CMYK | 0.33 | 0.62 | 0 | 0.20 |
| HSL | 267.36º | 0.55% | 0.55% | - |
| HSV(B) | 267.36º | 0.62% | 0.8% | - |
| XYZ | 23.5 | 14.91 | 58.14 | - |
| YUV | 109.29 | 180.88 | 146.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 78 | 203 | 0.33 | 0.62 | 0 | 0.20 | 267.36 | 0.55 | 0.55 |
| Hex | 87 | 4E | CB | 21 | 3E | 0 | 14 | 10B | 37 | 37 |
| Octal | 207 | 116 | 313 | 41 | 76 | 0 | 24 | 413 | 67 | 67 |
| Binary | 10000111 | 1001110 | 11001011 | 100001 | 111110 | 0 | 10100 | 100001011 | 110111 | 110111 |
Color Harmonies of #874ECB
Complementary color
Monochromatic Colors of #874ECB
Black with #874ECB
Text Example
Text Example
White with #874ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #874ECB; }
p { color: rgb(135,78,203); }
H1.HeaderClassName
{
color: #874ECB;
}
.AnyTagClassName
{
color: #874ECB;
}
</style>
background-color css
<style>
a { background-color: #874ECB; }
a { background-color: rgb(135,78,203); }
div.DivClassName
{
background-color: #874ECB;
}
.BgClassName
{
background-color: #874ECB;
}
</style>
border-color css
<style>
span { border-color: #874ECB; }
span { border-color: rgb(135,78,203); }
td.TdClassName
{
border-color: #874ECB;
}
.TagClassName
{
border-color: #874ECB;
}
</style>