Shades of Amethyst #9362CC
Tints of Amethyst #9362CC
RGB
CMYK
RGB Variations
Color information
#9362CC (or 0x9362CC) is known color: Amethyst. HEX triplet: 93, 62 and CC. RGB value is (147,98,204). Sum of RGB (Red+Green+Blue) = 147+98+204=449 (59% of max value = 765). Red value is 147 (57.81% from 255 or 32.74% from 449); Green value is 98 (38.67% from 255 or 21.83% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #9362CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9362CC is #6C9D33. Grayscale: #7C7C7C. Windows color (decimal): -7118132 or 13394579. OLE color: 13394579.
HSL color Cylindrical-coordinate representation of color #9362CC: hue angle of 267.74º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9362CC is Cyan = 0.28, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 147 | 98 | 204 | - |
| CMYK | 0.28 | 0.52 | 0 | 0.2 |
| HSL | 267.74º | 0.51% | 0.59% | - |
| HSV(B) | 267.74º | 0.52% | 0.8% | - |
| XYZ | 27.3 | 19.3 | 59.41 | - |
| YUV | 124.74 | 172.73 | 143.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 98 | 204 | 0.28 | 0.52 | 0 | 0.2 | 267.74 | 0.51 | 0.59 |
| Hex | 93 | 62 | CC | 1C | 34 | 0 | 14 | 10C | 33 | 3B |
| Octal | 223 | 142 | 314 | 34 | 64 | 0 | 24 | 414 | 63 | 73 |
| Binary | 10010011 | 1100010 | 11001100 | 11100 | 110100 | 0 | 10100 | 100001100 | 110011 | 111011 |
Color Harmonies of #9362CC
Complementary color
Monochromatic Colors of #9362CC
Black with #9362CC
Text Example
Text Example
White with #9362CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9362CC; }
p { color: rgb(147,98,204); }
H1.HeaderClassName
{
color: #9362CC;
}
.AnyTagClassName
{
color: #9362CC;
}
</style>
background-color css
<style>
a { background-color: #9362CC; }
a { background-color: rgb(147,98,204); }
div.DivClassName
{
background-color: #9362CC;
}
.BgClassName
{
background-color: #9362CC;
}
</style>
border-color css
<style>
span { border-color: #9362CC; }
span { border-color: rgb(147,98,204); }
td.TdClassName
{
border-color: #9362CC;
}
.TagClassName
{
border-color: #9362CC;
}
</style>