Shades of Amethyst #8752CB
Tints of Amethyst #8752CB
RGB
CMYK
RGB Variations
Color information
#8752CB (or 0x8752CB) is known color: Amethyst. HEX triplet: 87, 52 and CB. RGB value is (135,82,203). Sum of RGB (Red+Green+Blue) = 135+82+203=420 (55% of max value = 765). Red value is 135 (53.12% from 255 or 32.14% from 420); Green value is 82 (32.42% from 255 or 19.52% from 420); Blue value is 203 (79.69% from 255 or 48.33% from 420); Max value from RGB is 203 - color contains mainly: blue. Hex color #8752CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8752CB is #78AD34. Grayscale: #6F6F6F. Windows color (decimal): -7908661 or 13324935. OLE color: 13324935.
HSL color Cylindrical-coordinate representation of color #8752CB: hue angle of 266.28º degrees, saturation: 0.54, 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 #8752CB is Cyan = 0.33, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 82 | 203 | - |
| CMYK | 0.33 | 0.60 | 0 | 0.20 |
| HSL | 266.28º | 0.54% | 0.56% | - |
| HSV(B) | 266.28º | 0.6% | 0.8% | - |
| XYZ | 23.79 | 15.5 | 58.24 | - |
| YUV | 111.64 | 179.56 | 144.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 82 | 203 | 0.33 | 0.60 | 0 | 0.20 | 266.28 | 0.54 | 0.56 |
| Hex | 87 | 52 | CB | 21 | 3C | 0 | 14 | 10A | 36 | 38 |
| Octal | 207 | 122 | 313 | 41 | 74 | 0 | 24 | 412 | 66 | 70 |
| Binary | 10000111 | 1010010 | 11001011 | 100001 | 111100 | 0 | 10100 | 100001010 | 110110 | 111000 |
Color Harmonies of #8752CB
Complementary color
Monochromatic Colors of #8752CB
Black with #8752CB
Text Example
Text Example
White with #8752CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8752CB; }
p { color: rgb(135,82,203); }
H1.HeaderClassName
{
color: #8752CB;
}
.AnyTagClassName
{
color: #8752CB;
}
</style>
background-color css
<style>
a { background-color: #8752CB; }
a { background-color: rgb(135,82,203); }
div.DivClassName
{
background-color: #8752CB;
}
.BgClassName
{
background-color: #8752CB;
}
</style>
border-color css
<style>
span { border-color: #8752CB; }
span { border-color: rgb(135,82,203); }
td.TdClassName
{
border-color: #8752CB;
}
.TagClassName
{
border-color: #8752CB;
}
</style>