Shades of Amethyst #885BCB
Tints of Amethyst #885BCB
RGB
CMYK
RGB Variations
Color information
#885BCB (or 0x885BCB) is known color: Amethyst. HEX triplet: 88, 5B and CB. RGB value is (136,91,203). Sum of RGB (Red+Green+Blue) = 136+91+203=430 (56% of max value = 765). Red value is 136 (53.52% from 255 or 31.63% from 430); Green value is 91 (35.94% from 255 or 21.16% 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 #885BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #885BCB is #77A434. Grayscale: #747474. Windows color (decimal): -7840821 or 13327240. OLE color: 13327240.
HSL color Cylindrical-coordinate representation of color #885BCB: hue angle of 264.11º 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 #885BCB is Cyan = 0.33, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 91 | 203 | - |
| CMYK | 0.33 | 0.55 | 0 | 0.20 |
| HSL | 264.11º | 0.52% | 0.58% | - |
| HSV(B) | 264.11º | 0.55% | 0.8% | - |
| XYZ | 24.67 | 17.03 | 58.49 | - |
| YUV | 117.22 | 176.41 | 141.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 91 | 203 | 0.33 | 0.55 | 0 | 0.20 | 264.11 | 0.52 | 0.58 |
| Hex | 88 | 5B | CB | 21 | 37 | 0 | 14 | 108 | 34 | 3A |
| Octal | 210 | 133 | 313 | 41 | 67 | 0 | 24 | 410 | 64 | 72 |
| Binary | 10001000 | 1011011 | 11001011 | 100001 | 110111 | 0 | 10100 | 100001000 | 110100 | 111010 |
Color Harmonies of #885BCB
Complementary color
Monochromatic Colors of #885BCB
Black with #885BCB
Text Example
Text Example
White with #885BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #885BCB; }
p { color: rgb(136,91,203); }
H1.HeaderClassName
{
color: #885BCB;
}
.AnyTagClassName
{
color: #885BCB;
}
</style>
background-color css
<style>
a { background-color: #885BCB; }
a { background-color: rgb(136,91,203); }
div.DivClassName
{
background-color: #885BCB;
}
.BgClassName
{
background-color: #885BCB;
}
</style>
border-color css
<style>
span { border-color: #885BCB; }
span { border-color: rgb(136,91,203); }
td.TdClassName
{
border-color: #885BCB;
}
.TagClassName
{
border-color: #885BCB;
}
</style>