Shades of Amethyst #9163CE
Tints of Amethyst #9163CE
RGB
CMYK
RGB Variations
Color information
#9163CE (or 0x9163CE) is known color: Amethyst. HEX triplet: 91, 63 and CE. RGB value is (145,99,206). Sum of RGB (Red+Green+Blue) = 145+99+206=450 (59% of max value = 765). Red value is 145 (57.03% from 255 or 32.22% from 450); Green value is 99 (39.06% from 255 or 22% from 450); Blue value is 206 (80.86% from 255 or 45.78% from 450); Max value from RGB is 206 - color contains mainly: blue. Hex color #9163CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9163CE is #6E9C31. Grayscale: #7C7C7C. Windows color (decimal): -7248946 or 13525905. OLE color: 13525905.
HSL color Cylindrical-coordinate representation of color #9163CE: hue angle of 265.79º degrees, saturation: 0.52, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #9163CE is Cyan = 0.30, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 99 | 206 | - |
| CMYK | 0.30 | 0.52 | 0 | 0.19 |
| HSL | 265.79º | 0.52% | 0.6% | - |
| HSV(B) | 265.79º | 0.52% | 0.81% | - |
| XYZ | 27.28 | 19.4 | 60.7 | - |
| YUV | 124.95 | 173.74 | 142.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 99 | 206 | 0.30 | 0.52 | 0 | 0.19 | 265.79 | 0.52 | 0.6 |
| Hex | 91 | 63 | CE | 1E | 34 | 0 | 13 | 10A | 34 | 3C |
| Octal | 221 | 143 | 316 | 36 | 64 | 0 | 23 | 412 | 64 | 74 |
| Binary | 10010001 | 1100011 | 11001110 | 11110 | 110100 | 0 | 10011 | 100001010 | 110100 | 111100 |
Color Harmonies of #9163CE
Complementary color
Monochromatic Colors of #9163CE
Black with #9163CE
Text Example
Text Example
White with #9163CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9163CE; }
p { color: rgb(145,99,206); }
H1.HeaderClassName
{
color: #9163CE;
}
.AnyTagClassName
{
color: #9163CE;
}
</style>
background-color css
<style>
a { background-color: #9163CE; }
a { background-color: rgb(145,99,206); }
div.DivClassName
{
background-color: #9163CE;
}
.BgClassName
{
background-color: #9163CE;
}
</style>
border-color css
<style>
span { border-color: #9163CE; }
span { border-color: rgb(145,99,206); }
td.TdClassName
{
border-color: #9163CE;
}
.TagClassName
{
border-color: #9163CE;
}
</style>