Shades of Amethyst #9855CB
Tints of Amethyst #9855CB
RGB
CMYK
RGB Variations
Color information
#9855CB (or 0x9855CB) is known color: Amethyst. HEX triplet: 98, 55 and CB. RGB value is (152,85,203). Sum of RGB (Red+Green+Blue) = 152+85+203=440 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.55% from 440); Green value is 85 (33.59% from 255 or 19.32% from 440); Blue value is 203 (79.69% from 255 or 46.14% from 440); Max value from RGB is 203 - color contains mainly: blue. Hex color #9855CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9855CB is #67AA34. Grayscale: #767676. Windows color (decimal): -6793781 or 13325720. OLE color: 13325720.
HSL color Cylindrical-coordinate representation of color #9855CB: hue angle of 274.07º 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 #9855CB is Cyan = 0.25, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 85 | 203 | - |
| CMYK | 0.25 | 0.58 | 0 | 0.20 |
| HSL | 274.07º | 0.53% | 0.56% | - |
| HSV(B) | 274.07º | 0.58% | 0.8% | - |
| XYZ | 26.98 | 17.48 | 58.45 | - |
| YUV | 118.49 | 175.7 | 151.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 85 | 203 | 0.25 | 0.58 | 0 | 0.20 | 274.07 | 0.53 | 0.56 |
| Hex | 98 | 55 | CB | 19 | 3A | 0 | 14 | 112 | 35 | 38 |
| Octal | 230 | 125 | 313 | 31 | 72 | 0 | 24 | 422 | 65 | 70 |
| Binary | 10011000 | 1010101 | 11001011 | 11001 | 111010 | 0 | 10100 | 100010010 | 110101 | 111000 |
Color Harmonies of #9855CB
Complementary color
Monochromatic Colors of #9855CB
Black with #9855CB
Text Example
Text Example
White with #9855CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9855CB; }
p { color: rgb(152,85,203); }
H1.HeaderClassName
{
color: #9855CB;
}
.AnyTagClassName
{
color: #9855CB;
}
</style>
background-color css
<style>
a { background-color: #9855CB; }
a { background-color: rgb(152,85,203); }
div.DivClassName
{
background-color: #9855CB;
}
.BgClassName
{
background-color: #9855CB;
}
</style>
border-color css
<style>
span { border-color: #9855CB; }
span { border-color: rgb(152,85,203); }
td.TdClassName
{
border-color: #9855CB;
}
.TagClassName
{
border-color: #9855CB;
}
</style>