Shades of Amethyst #9460CE
Tints of Amethyst #9460CE
RGB
CMYK
RGB Variations
Color information
#9460CE (or 0x9460CE) is known color: Amethyst. HEX triplet: 94, 60 and CE. RGB value is (148,96,206). Sum of RGB (Red+Green+Blue) = 148+96+206=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 96 (37.89% from 255 or 21.33% 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 #9460CE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460CE is #6B9F31. Grayscale: #7B7B7B. Windows color (decimal): -7053106 or 13525140. OLE color: 13525140.
HSL color Cylindrical-coordinate representation of color #9460CE: hue angle of 268.36º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9460CE is Cyan = 0.28, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 96 | 206 | - |
| CMYK | 0.28 | 0.53 | 0 | 0.19 |
| HSL | 268.36º | 0.53% | 0.59% | - |
| HSV(B) | 268.36º | 0.53% | 0.81% | - |
| XYZ | 27.54 | 19.12 | 60.63 | - |
| YUV | 124.09 | 174.23 | 145.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 206 | 0.28 | 0.53 | 0 | 0.19 | 268.36 | 0.53 | 0.59 |
| Hex | 94 | 60 | CE | 1C | 35 | 0 | 13 | 10C | 35 | 3B |
| Octal | 224 | 140 | 316 | 34 | 65 | 0 | 23 | 414 | 65 | 73 |
| Binary | 10010100 | 1100000 | 11001110 | 11100 | 110101 | 0 | 10011 | 100001100 | 110101 | 111011 |
Color Harmonies of #9460CE
Complementary color
Monochromatic Colors of #9460CE
Black with #9460CE
Text Example
Text Example
White with #9460CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460CE; }
p { color: rgb(148,96,206); }
H1.HeaderClassName
{
color: #9460CE;
}
.AnyTagClassName
{
color: #9460CE;
}
</style>
background-color css
<style>
a { background-color: #9460CE; }
a { background-color: rgb(148,96,206); }
div.DivClassName
{
background-color: #9460CE;
}
.BgClassName
{
background-color: #9460CE;
}
</style>
border-color css
<style>
span { border-color: #9460CE; }
span { border-color: rgb(148,96,206); }
td.TdClassName
{
border-color: #9460CE;
}
.TagClassName
{
border-color: #9460CE;
}
</style>