Shades of Amethyst #8350CF
Tints of Amethyst #8350CF
RGB
CMYK
RGB Variations
Color information
#8350CF (or 0x8350CF) is known color: Amethyst. HEX triplet: 83, 50 and CF. RGB value is (131,80,207). Sum of RGB (Red+Green+Blue) = 131+80+207=418 (55% of max value = 765). Red value is 131 (51.56% from 255 or 31.34% from 418); Green value is 80 (31.64% from 255 or 19.14% from 418); Blue value is 207 (81.25% from 255 or 49.52% from 418); Max value from RGB is 207 - color contains mainly: blue. Hex color #8350CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CF is #7CAF30. Grayscale: #6D6D6D. Windows color (decimal): -8171313 or 13586563. OLE color: 13586563.
HSL color Cylindrical-coordinate representation of color #8350CF: hue angle of 264.09º degrees, saturation: 0.57, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8350CF is Cyan = 0.37, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 131 | 80 | 207 | - |
| CMYK | 0.37 | 0.61 | 0 | 0.19 |
| HSL | 264.09º | 0.57% | 0.56% | - |
| HSV(B) | 264.09º | 0.61% | 0.81% | - |
| XYZ | 23.49 | 15.07 | 60.7 | - |
| YUV | 109.73 | 182.9 | 143.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 207 | 0.37 | 0.61 | 0 | 0.19 | 264.09 | 0.57 | 0.56 |
| Hex | 83 | 50 | CF | 25 | 3D | 0 | 13 | 108 | 39 | 38 |
| Octal | 203 | 120 | 317 | 45 | 75 | 0 | 23 | 410 | 71 | 70 |
| Binary | 10000011 | 1010000 | 11001111 | 100101 | 111101 | 0 | 10011 | 100001000 | 111001 | 111000 |
Color Harmonies of #8350CF
Complementary color
Monochromatic Colors of #8350CF
Black with #8350CF
Text Example
Text Example
White with #8350CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350CF; }
p { color: rgb(131,80,207); }
H1.HeaderClassName
{
color: #8350CF;
}
.AnyTagClassName
{
color: #8350CF;
}
</style>
background-color css
<style>
a { background-color: #8350CF; }
a { background-color: rgb(131,80,207); }
div.DivClassName
{
background-color: #8350CF;
}
.BgClassName
{
background-color: #8350CF;
}
</style>
border-color css
<style>
span { border-color: #8350CF; }
span { border-color: rgb(131,80,207); }
td.TdClassName
{
border-color: #8350CF;
}
.TagClassName
{
border-color: #8350CF;
}
</style>