Shades of Amethyst #9367CE
Tints of Amethyst #9367CE
RGB
CMYK
RGB Variations
Color information
#9367CE (or 0x9367CE) is known color: Amethyst. HEX triplet: 93, 67 and CE. RGB value is (147,103,206). Sum of RGB (Red+Green+Blue) = 147+103+206=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 103 (40.62% from 255 or 22.59% from 456); Blue value is 206 (80.86% from 255 or 45.18% from 456); Max value from RGB is 206 - color contains mainly: blue. Hex color #9367CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9367CE is #6C9831. Grayscale: #7F7F7F. Windows color (decimal): -7116850 or 13526931. OLE color: 13526931.
HSL color Cylindrical-coordinate representation of color #9367CE: hue angle of 265.63º degrees, saturation: 0.51, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #9367CE is Cyan = 0.29, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 103 | 206 | - |
| CMYK | 0.29 | 0.50 | 0 | 0.19 |
| HSL | 265.63º | 0.51% | 0.61% | - |
| HSV(B) | 265.63º | 0.5% | 0.81% | - |
| XYZ | 28.02 | 20.36 | 60.85 | - |
| YUV | 127.9 | 172.08 | 141.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 103 | 206 | 0.29 | 0.50 | 0 | 0.19 | 265.63 | 0.51 | 0.61 |
| Hex | 93 | 67 | CE | 1D | 32 | 0 | 13 | 10A | 33 | 3D |
| Octal | 223 | 147 | 316 | 35 | 62 | 0 | 23 | 412 | 63 | 75 |
| Binary | 10010011 | 1100111 | 11001110 | 11101 | 110010 | 0 | 10011 | 100001010 | 110011 | 111101 |
Color Harmonies of #9367CE
Complementary color
Monochromatic Colors of #9367CE
Black with #9367CE
Text Example
Text Example
White with #9367CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9367CE; }
p { color: rgb(147,103,206); }
H1.HeaderClassName
{
color: #9367CE;
}
.AnyTagClassName
{
color: #9367CE;
}
</style>
background-color css
<style>
a { background-color: #9367CE; }
a { background-color: rgb(147,103,206); }
div.DivClassName
{
background-color: #9367CE;
}
.BgClassName
{
background-color: #9367CE;
}
</style>
border-color css
<style>
span { border-color: #9367CE; }
span { border-color: rgb(147,103,206); }
td.TdClassName
{
border-color: #9367CE;
}
.TagClassName
{
border-color: #9367CE;
}
</style>