Shades of Amethyst #8751CC
Tints of Amethyst #8751CC
RGB
CMYK
RGB Variations
Color information
#8751CC (or 0x8751CC) is known color: Amethyst. HEX triplet: 87, 51 and CC. RGB value is (135,81,204). Sum of RGB (Red+Green+Blue) = 135+81+204=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 81 (32.03% from 255 or 19.29% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 204 - color contains mainly: blue. Hex color #8751CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8751CC is #78AE33. Grayscale: #6E6E6E. Windows color (decimal): -7908916 or 13390215. OLE color: 13390215.
HSL color Cylindrical-coordinate representation of color #8751CC: hue angle of 266.34º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #8751CC is Cyan = 0.34, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 135 | 81 | 204 | - |
| CMYK | 0.34 | 0.60 | 0 | 0.2 |
| HSL | 266.34º | 0.55% | 0.56% | - |
| HSV(B) | 266.34º | 0.6% | 0.8% | - |
| XYZ | 23.83 | 15.4 | 58.84 | - |
| YUV | 111.17 | 180.39 | 145 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 81 | 204 | 0.34 | 0.60 | 0 | 0.2 | 266.34 | 0.55 | 0.56 |
| Hex | 87 | 51 | CC | 22 | 3C | 0 | 14 | 10A | 37 | 38 |
| Octal | 207 | 121 | 314 | 42 | 74 | 0 | 24 | 412 | 67 | 70 |
| Binary | 10000111 | 1010001 | 11001100 | 100010 | 111100 | 0 | 10100 | 100001010 | 110111 | 111000 |
Color Harmonies of #8751CC
Complementary color
Monochromatic Colors of #8751CC
Black with #8751CC
Text Example
Text Example
White with #8751CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8751CC; }
p { color: rgb(135,81,204); }
H1.HeaderClassName
{
color: #8751CC;
}
.AnyTagClassName
{
color: #8751CC;
}
</style>
background-color css
<style>
a { background-color: #8751CC; }
a { background-color: rgb(135,81,204); }
div.DivClassName
{
background-color: #8751CC;
}
.BgClassName
{
background-color: #8751CC;
}
</style>
border-color css
<style>
span { border-color: #8751CC; }
span { border-color: rgb(135,81,204); }
td.TdClassName
{
border-color: #8751CC;
}
.TagClassName
{
border-color: #8751CC;
}
</style>