Shades of Amethyst #8358CA
Tints of Amethyst #8358CA
RGB
CMYK
RGB Variations
Color information
#8358CA (or 0x8358CA) is known color: Amethyst. HEX triplet: 83, 58 and CA. RGB value is (131,88,202). Sum of RGB (Red+Green+Blue) = 131+88+202=421 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.12% from 421); Green value is 88 (34.77% from 255 or 20.90% from 421); Blue value is 202 (79.30% from 255 or 47.98% from 421); Max value from RGB is 202 - color contains mainly: blue. Hex color #8358CA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8358CA is #7CA735. Grayscale: #717171. Windows color (decimal): -8169270 or 13260931. OLE color: 13260931.
HSL color Cylindrical-coordinate representation of color #8358CA: hue angle of 262.63º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #8358CA is Cyan = 0.35, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 131 | 88 | 202 | - |
| CMYK | 0.35 | 0.56 | 0 | 0.21 |
| HSL | 262.63º | 0.52% | 0.57% | - |
| HSV(B) | 262.63º | 0.56% | 0.79% | - |
| XYZ | 23.51 | 16.07 | 57.74 | - |
| YUV | 113.85 | 177.75 | 140.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 88 | 202 | 0.35 | 0.56 | 0 | 0.21 | 262.63 | 0.52 | 0.57 |
| Hex | 83 | 58 | CA | 23 | 38 | 0 | 15 | 107 | 34 | 39 |
| Octal | 203 | 130 | 312 | 43 | 70 | 0 | 25 | 407 | 64 | 71 |
| Binary | 10000011 | 1011000 | 11001010 | 100011 | 111000 | 0 | 10101 | 100000111 | 110100 | 111001 |
Color Harmonies of #8358CA
Complementary color
Monochromatic Colors of #8358CA
Black with #8358CA
Text Example
Text Example
White with #8358CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8358CA; }
p { color: rgb(131,88,202); }
H1.HeaderClassName
{
color: #8358CA;
}
.AnyTagClassName
{
color: #8358CA;
}
</style>
background-color css
<style>
a { background-color: #8358CA; }
a { background-color: rgb(131,88,202); }
div.DivClassName
{
background-color: #8358CA;
}
.BgClassName
{
background-color: #8358CA;
}
</style>
border-color css
<style>
span { border-color: #8358CA; }
span { border-color: rgb(131,88,202); }
td.TdClassName
{
border-color: #8358CA;
}
.TagClassName
{
border-color: #8358CA;
}
</style>