Shades of Amethyst #875BCB
Tints of Amethyst #875BCB
RGB
CMYK
RGB Variations
Color information
#875BCB (or 0x875BCB) is known color: Amethyst. HEX triplet: 87, 5B and CB. RGB value is (135,91,203). Sum of RGB (Red+Green+Blue) = 135+91+203=429 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.47% from 429); Green value is 91 (35.94% from 255 or 21.21% from 429); Blue value is 203 (79.69% from 255 or 47.32% from 429); Max value from RGB is 203 - color contains mainly: blue. Hex color #875BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875BCB is #78A434. Grayscale: #747474. Windows color (decimal): -7906357 or 13327239. OLE color: 13327239.
HSL color Cylindrical-coordinate representation of color #875BCB: hue angle of 263.57º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #875BCB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 91 | 203 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.20 |
| HSL | 263.57º | 0.52% | 0.58% | - |
| HSV(B) | 263.57º | 0.55% | 0.8% | - |
| XYZ | 24.51 | 16.94 | 58.48 | - |
| YUV | 116.92 | 176.58 | 140.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 91 | 203 | 0.33 | 0.55 | 0 | 0.20 | 263.57 | 0.52 | 0.58 |
| Hex | 87 | 5B | CB | 21 | 37 | 0 | 14 | 108 | 34 | 3A |
| Octal | 207 | 133 | 313 | 41 | 67 | 0 | 24 | 410 | 64 | 72 |
| Binary | 10000111 | 1011011 | 11001011 | 100001 | 110111 | 0 | 10100 | 100001000 | 110100 | 111010 |
Color Harmonies of #875BCB
Complementary color
Monochromatic Colors of #875BCB
Black with #875BCB
Text Example
Text Example
White with #875BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875BCB; }
p { color: rgb(135,91,203); }
H1.HeaderClassName
{
color: #875BCB;
}
.AnyTagClassName
{
color: #875BCB;
}
</style>
background-color css
<style>
a { background-color: #875BCB; }
a { background-color: rgb(135,91,203); }
div.DivClassName
{
background-color: #875BCB;
}
.BgClassName
{
background-color: #875BCB;
}
</style>
border-color css
<style>
span { border-color: #875BCB; }
span { border-color: rgb(135,91,203); }
td.TdClassName
{
border-color: #875BCB;
}
.TagClassName
{
border-color: #875BCB;
}
</style>