Shades of Amethyst #8358CB
Tints of Amethyst #8358CB
RGB
CMYK
RGB Variations
Color information
#8358CB (or 0x8358CB) is known color: Amethyst. HEX triplet: 83, 58 and CB. RGB value is (131,88,203). Sum of RGB (Red+Green+Blue) = 131+88+203=422 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.04% from 422); Green value is 88 (34.77% from 255 or 20.85% from 422); Blue value is 203 (79.69% from 255 or 48.10% from 422); Max value from RGB is 203 - color contains mainly: blue. Hex color #8358CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358CB is #7CA734. Grayscale: #717171. Windows color (decimal): -8169269 or 13326467. OLE color: 13326467.
HSL color Cylindrical-coordinate representation of color #8358CB: hue angle of 262.43º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #8358CB is Cyan = 0.35, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 131 | 88 | 203 | - |
| CMYK | 0.35 | 0.57 | 0 | 0.20 |
| HSL | 262.43º | 0.53% | 0.57% | - |
| HSV(B) | 262.43º | 0.57% | 0.8% | - |
| XYZ | 23.63 | 16.12 | 58.37 | - |
| YUV | 113.97 | 178.25 | 140.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 203 | 0.35 | 0.57 | 0 | 0.20 | 262.43 | 0.53 | 0.57 |
| Hex | 83 | 58 | CB | 23 | 39 | 0 | 14 | 106 | 35 | 39 |
| Octal | 203 | 130 | 313 | 43 | 71 | 0 | 24 | 406 | 65 | 71 |
| Binary | 10000011 | 1011000 | 11001011 | 100011 | 111001 | 0 | 10100 | 100000110 | 110101 | 111001 |
Color Harmonies of #8358CB
Complementary color
Monochromatic Colors of #8358CB
Black with #8358CB
Text Example
Text Example
White with #8358CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358CB; }
p { color: rgb(131,88,203); }
H1.HeaderClassName
{
color: #8358CB;
}
.AnyTagClassName
{
color: #8358CB;
}
</style>
background-color css
<style>
a { background-color: #8358CB; }
a { background-color: rgb(131,88,203); }
div.DivClassName
{
background-color: #8358CB;
}
.BgClassName
{
background-color: #8358CB;
}
</style>
border-color css
<style>
span { border-color: #8358CB; }
span { border-color: rgb(131,88,203); }
td.TdClassName
{
border-color: #8358CB;
}
.TagClassName
{
border-color: #8358CB;
}
</style>