Shades of Amethyst #8855CB
Tints of Amethyst #8855CB
RGB
CMYK
RGB Variations
Color information
#8855CB (or 0x8855CB) is known color: Amethyst. HEX triplet: 88, 55 and CB. RGB value is (136,85,203). Sum of RGB (Red+Green+Blue) = 136+85+203=424 (56% of max value = 765). Red value is 136 (53.52% from 255 or 32.08% from 424); Green value is 85 (33.59% from 255 or 20.05% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 203 - color contains mainly: blue. Hex color #8855CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8855CB is #77AA34. Grayscale: #717171. Windows color (decimal): -7842357 or 13325704. OLE color: 13325704.
HSL color Cylindrical-coordinate representation of color #8855CB: hue angle of 265.93º degrees, saturation: 0.53, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #8855CB is Cyan = 0.33, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 136 | 85 | 203 | - |
| CMYK | 0.33 | 0.58 | 0 | 0.20 |
| HSL | 265.93º | 0.53% | 0.56% | - |
| HSV(B) | 265.93º | 0.58% | 0.8% | - |
| XYZ | 24.18 | 16.04 | 58.32 | - |
| YUV | 113.7 | 178.4 | 143.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 85 | 203 | 0.33 | 0.58 | 0 | 0.20 | 265.93 | 0.53 | 0.56 |
| Hex | 88 | 55 | CB | 21 | 3A | 0 | 14 | 10A | 35 | 38 |
| Octal | 210 | 125 | 313 | 41 | 72 | 0 | 24 | 412 | 65 | 70 |
| Binary | 10001000 | 1010101 | 11001011 | 100001 | 111010 | 0 | 10100 | 100001010 | 110101 | 111000 |
Color Harmonies of #8855CB
Complementary color
Monochromatic Colors of #8855CB
Black with #8855CB
Text Example
Text Example
White with #8855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8855CB; }
p { color: rgb(136,85,203); }
H1.HeaderClassName
{
color: #8855CB;
}
.AnyTagClassName
{
color: #8855CB;
}
</style>
background-color css
<style>
a { background-color: #8855CB; }
a { background-color: rgb(136,85,203); }
div.DivClassName
{
background-color: #8855CB;
}
.BgClassName
{
background-color: #8855CB;
}
</style>
border-color css
<style>
span { border-color: #8855CB; }
span { border-color: rgb(136,85,203); }
td.TdClassName
{
border-color: #8855CB;
}
.TagClassName
{
border-color: #8855CB;
}
</style>