Shades of Amethyst #9356DC
Tints of Amethyst #9356DC
RGB
CMYK
RGB Variations
Color information
#9356DC (or 0x9356DC) is known color: Amethyst. HEX triplet: 93, 56 and DC. RGB value is (147,86,220). Sum of RGB (Red+Green+Blue) = 147+86+220=453 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.45% from 453); Green value is 86 (33.98% from 255 or 18.98% from 453); Blue value is 220 (86.33% from 255 or 48.57% from 453); Max value from RGB is 220 - color contains mainly: blue. Hex color #9356DC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9356DC is #6CA923. Grayscale: #777777. Windows color (decimal): -7121188 or 14440083. OLE color: 14440083.
HSL color Cylindrical-coordinate representation of color #9356DC: hue angle of 267.31º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #9356DC is Cyan = 0.33, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 86 | 220 | - |
| CMYK | 0.33 | 0.61 | 0 | 0.14 |
| HSL | 267.31º | 0.66% | 0.6% | - |
| HSV(B) | 267.31º | 0.61% | 0.86% | - |
| XYZ | 28.28 | 18.03 | 69.7 | - |
| YUV | 119.52 | 184.71 | 147.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 86 | 220 | 0.33 | 0.61 | 0 | 0.14 | 267.31 | 0.66 | 0.6 |
| Hex | 93 | 56 | DC | 21 | 3D | 0 | E | 10B | 42 | 3C |
| Octal | 223 | 126 | 334 | 41 | 75 | 0 | 16 | 413 | 102 | 74 |
| Binary | 10010011 | 1010110 | 11011100 | 100001 | 111101 | 0 | 1110 | 100001011 | 1000010 | 111100 |
Color Harmonies of #9356DC
Complementary color
Monochromatic Colors of #9356DC
Black with #9356DC
Text Example
Text Example
White with #9356DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9356DC; }
p { color: rgb(147,86,220); }
H1.HeaderClassName
{
color: #9356DC;
}
.AnyTagClassName
{
color: #9356DC;
}
</style>
background-color css
<style>
a { background-color: #9356DC; }
a { background-color: rgb(147,86,220); }
div.DivClassName
{
background-color: #9356DC;
}
.BgClassName
{
background-color: #9356DC;
}
</style>
border-color css
<style>
span { border-color: #9356DC; }
span { border-color: rgb(147,86,220); }
td.TdClassName
{
border-color: #9356DC;
}
.TagClassName
{
border-color: #9356DC;
}
</style>