Shades of Amethyst #875CCB
Tints of Amethyst #875CCB
RGB
CMYK
RGB Variations
Color information
#875CCB (or 0x875CCB) is known color: Amethyst. HEX triplet: 87, 5C and CB. RGB value is (135,92,203). Sum of RGB (Red+Green+Blue) = 135+92+203=430 (56% of max value = 765). Red value is 135 (53.12% from 255 or 31.40% from 430); Green value is 92 (36.33% from 255 or 21.40% from 430); Blue value is 203 (79.69% from 255 or 47.21% from 430); Max value from RGB is 203 - color contains mainly: blue. Hex color #875CCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #875CCB is #78A334. Grayscale: #757575. Windows color (decimal): -7906101 or 13327495. OLE color: 13327495.
HSL color Cylindrical-coordinate representation of color #875CCB: hue angle of 263.24º 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 #875CCB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 135 | 92 | 203 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.20 |
| HSL | 263.24º | 0.52% | 0.58% | - |
| HSV(B) | 263.24º | 0.55% | 0.8% | - |
| XYZ | 24.6 | 17.12 | 58.51 | - |
| YUV | 117.51 | 176.25 | 140.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 135 | 92 | 203 | 0.33 | 0.55 | 0 | 0.20 | 263.24 | 0.52 | 0.58 |
| Hex | 87 | 5C | CB | 21 | 37 | 0 | 14 | 107 | 34 | 3A |
| Octal | 207 | 134 | 313 | 41 | 67 | 0 | 24 | 407 | 64 | 72 |
| Binary | 10000111 | 1011100 | 11001011 | 100001 | 110111 | 0 | 10100 | 100000111 | 110100 | 111010 |
Color Harmonies of #875CCB
Complementary color
Monochromatic Colors of #875CCB
Black with #875CCB
Text Example
Text Example
White with #875CCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #875CCB; }
p { color: rgb(135,92,203); }
H1.HeaderClassName
{
color: #875CCB;
}
.AnyTagClassName
{
color: #875CCB;
}
</style>
background-color css
<style>
a { background-color: #875CCB; }
a { background-color: rgb(135,92,203); }
div.DivClassName
{
background-color: #875CCB;
}
.BgClassName
{
background-color: #875CCB;
}
</style>
border-color css
<style>
span { border-color: #875CCB; }
span { border-color: rgb(135,92,203); }
td.TdClassName
{
border-color: #875CCB;
}
.TagClassName
{
border-color: #875CCB;
}
</style>