Shades of Amethyst #8350CC
Tints of Amethyst #8350CC
RGB
CMYK
RGB Variations
Color information
#8350CC (or 0x8350CC) is known color: Amethyst. HEX triplet: 83, 50 and CC. RGB value is (131,80,204). Sum of RGB (Red+Green+Blue) = 131+80+204=415 (54% of max value = 765). Red value is 131 (51.56% from 255 or 31.57% from 415); Green value is 80 (31.64% from 255 or 19.28% from 415); Blue value is 204 (80.08% from 255 or 49.16% from 415); Max value from RGB is 204 - color contains mainly: blue. Hex color #8350CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #8350CC is #7CAF33. Grayscale: #6C6C6C. Windows color (decimal): -8171316 or 13389955. OLE color: 13389955.
HSL color Cylindrical-coordinate representation of color #8350CC: hue angle of 264.68º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #8350CC is Cyan = 0.36, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 131 | 80 | 204 | - |
| CMYK | 0.36 | 0.61 | 0 | 0.2 |
| HSL | 264.68º | 0.55% | 0.56% | - |
| HSV(B) | 264.68º | 0.61% | 0.8% | - |
| XYZ | 23.13 | 14.92 | 58.79 | - |
| YUV | 109.39 | 181.4 | 143.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 131 | 80 | 204 | 0.36 | 0.61 | 0 | 0.2 | 264.68 | 0.55 | 0.56 |
| Hex | 83 | 50 | CC | 24 | 3D | 0 | 14 | 109 | 37 | 38 |
| Octal | 203 | 120 | 314 | 44 | 75 | 0 | 24 | 411 | 67 | 70 |
| Binary | 10000011 | 1010000 | 11001100 | 100100 | 111101 | 0 | 10100 | 100001001 | 110111 | 111000 |
Color Harmonies of #8350CC
Complementary color
Monochromatic Colors of #8350CC
Black with #8350CC
Text Example
Text Example
White with #8350CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8350CC; }
p { color: rgb(131,80,204); }
H1.HeaderClassName
{
color: #8350CC;
}
.AnyTagClassName
{
color: #8350CC;
}
</style>
background-color css
<style>
a { background-color: #8350CC; }
a { background-color: rgb(131,80,204); }
div.DivClassName
{
background-color: #8350CC;
}
.BgClassName
{
background-color: #8350CC;
}
</style>
border-color css
<style>
span { border-color: #8350CC; }
span { border-color: rgb(131,80,204); }
td.TdClassName
{
border-color: #8350CC;
}
.TagClassName
{
border-color: #8350CC;
}
</style>