Shades of Amethyst #9369CC
Tints of Amethyst #9369CC
RGB
CMYK
RGB Variations
Color information
#9369CC (or 0x9369CC) is known color: Amethyst. HEX triplet: 93, 69 and CC. RGB value is (147,105,204). Sum of RGB (Red+Green+Blue) = 147+105+204=456 (60% of max value = 765). Red value is 147 (57.81% from 255 or 32.24% from 456); Green value is 105 (41.41% from 255 or 23.03% from 456); Blue value is 204 (80.08% from 255 or 44.74% from 456); Max value from RGB is 204 - color contains mainly: blue. Hex color #9369CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9369CC is #6C9633. Grayscale: #808080. Windows color (decimal): -7116340 or 13396371. OLE color: 13396371.
HSL color Cylindrical-coordinate representation of color #9369CC: hue angle of 265.45º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #9369CC is Cyan = 0.28, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 105 | 204 | - |
| CMYK | 0.28 | 0.49 | 0 | 0.2 |
| HSL | 265.45º | 0.49% | 0.61% | - |
| HSV(B) | 265.45º | 0.49% | 0.8% | - |
| XYZ | 27.98 | 20.67 | 59.64 | - |
| YUV | 128.84 | 170.41 | 140.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 105 | 204 | 0.28 | 0.49 | 0 | 0.2 | 265.45 | 0.49 | 0.61 |
| Hex | 93 | 69 | CC | 1C | 31 | 0 | 14 | 109 | 31 | 3D |
| Octal | 223 | 151 | 314 | 34 | 61 | 0 | 24 | 411 | 61 | 75 |
| Binary | 10010011 | 1101001 | 11001100 | 11100 | 110001 | 0 | 10100 | 100001001 | 110001 | 111101 |
Color Harmonies of #9369CC
Complementary color
Monochromatic Colors of #9369CC
Black with #9369CC
Text Example
Text Example
White with #9369CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9369CC; }
p { color: rgb(147,105,204); }
H1.HeaderClassName
{
color: #9369CC;
}
.AnyTagClassName
{
color: #9369CC;
}
</style>
background-color css
<style>
a { background-color: #9369CC; }
a { background-color: rgb(147,105,204); }
div.DivClassName
{
background-color: #9369CC;
}
.BgClassName
{
background-color: #9369CC;
}
</style>
border-color css
<style>
span { border-color: #9369CC; }
span { border-color: rgb(147,105,204); }
td.TdClassName
{
border-color: #9369CC;
}
.TagClassName
{
border-color: #9369CC;
}
</style>