Shades of Amethyst #9369CE
Tints of Amethyst #9369CE
RGB
CMYK
RGB Variations
Color information
#9369CE (or 0x9369CE) is known color: Amethyst. HEX triplet: 93, 69 and CE. RGB value is (147,105,206). Sum of RGB (Red+Green+Blue) = 147+105+206=458 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.10% from 458); Green value is 105 (41.41% from 255 or 22.93% from 458); Blue value is 206 (80.86% from 255 or 44.98% from 458); Max value from RGB is 206 - color contains mainly: blue. Hex color #9369CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369CE is #6C9631. Grayscale: #808080. Windows color (decimal): -7116338 or 13527443. OLE color: 13527443.
HSL color Cylindrical-coordinate representation of color #9369CE: hue angle of 264.95º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9369CE is Cyan = 0.29, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 105 | 206 | - |
| CMYK | 0.29 | 0.49 | 0 | 0.19 |
| HSL | 264.95º | 0.51% | 0.61% | - |
| HSV(B) | 264.95º | 0.49% | 0.81% | - |
| XYZ | 28.22 | 20.76 | 60.91 | - |
| YUV | 129.07 | 171.41 | 140.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 206 | 0.29 | 0.49 | 0 | 0.19 | 264.95 | 0.51 | 0.61 |
| Hex | 93 | 69 | CE | 1D | 31 | 0 | 13 | 109 | 33 | 3D |
| Octal | 223 | 151 | 316 | 35 | 61 | 0 | 23 | 411 | 63 | 75 |
| Binary | 10010011 | 1101001 | 11001110 | 11101 | 110001 | 0 | 10011 | 100001001 | 110011 | 111101 |
Color Harmonies of #9369CE
Complementary color
Monochromatic Colors of #9369CE
Black with #9369CE
Text Example
Text Example
White with #9369CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369CE; }
p { color: rgb(147,105,206); }
H1.HeaderClassName
{
color: #9369CE;
}
.AnyTagClassName
{
color: #9369CE;
}
</style>
background-color css
<style>
a { background-color: #9369CE; }
a { background-color: rgb(147,105,206); }
div.DivClassName
{
background-color: #9369CE;
}
.BgClassName
{
background-color: #9369CE;
}
</style>
border-color css
<style>
span { border-color: #9369CE; }
span { border-color: rgb(147,105,206); }
td.TdClassName
{
border-color: #9369CE;
}
.TagClassName
{
border-color: #9369CE;
}
</style>