Shades of Amethyst #9462CF
Tints of Amethyst #9462CF
RGB
CMYK
RGB Variations
Color information
#9462CF (or 0x9462CF) is known color: Amethyst. HEX triplet: 94, 62 and CF. RGB value is (148,98,207). Sum of RGB (Red+Green+Blue) = 148+98+207=453 (60% of max value = 765). Red value is 148 (58.20% from 255 or 32.67% from 453); Green value is 98 (38.67% from 255 or 21.63% from 453); Blue value is 207 (81.25% from 255 or 45.70% from 453); Max value from RGB is 207 - color contains mainly: blue. Hex color #9462CF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462CF is #6B9D30. Grayscale: #7C7C7C. Windows color (decimal): -7052593 or 13591188. OLE color: 13591188.
HSL color Cylindrical-coordinate representation of color #9462CF: hue angle of 267.52º degrees, saturation: 0.53, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9462CF is Cyan = 0.29, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 98 | 207 | - |
| CMYK | 0.29 | 0.53 | 0 | 0.19 |
| HSL | 267.52º | 0.53% | 0.6% | - |
| HSV(B) | 267.52º | 0.53% | 0.81% | - |
| XYZ | 27.84 | 19.54 | 61.33 | - |
| YUV | 125.38 | 174.07 | 144.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 207 | 0.29 | 0.53 | 0 | 0.19 | 267.52 | 0.53 | 0.6 |
| Hex | 94 | 62 | CF | 1D | 35 | 0 | 13 | 10C | 35 | 3C |
| Octal | 224 | 142 | 317 | 35 | 65 | 0 | 23 | 414 | 65 | 74 |
| Binary | 10010100 | 1100010 | 11001111 | 11101 | 110101 | 0 | 10011 | 100001100 | 110101 | 111100 |
Color Harmonies of #9462CF
Complementary color
Monochromatic Colors of #9462CF
Black with #9462CF
Text Example
Text Example
White with #9462CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462CF; }
p { color: rgb(148,98,207); }
H1.HeaderClassName
{
color: #9462CF;
}
.AnyTagClassName
{
color: #9462CF;
}
</style>
background-color css
<style>
a { background-color: #9462CF; }
a { background-color: rgb(148,98,207); }
div.DivClassName
{
background-color: #9462CF;
}
.BgClassName
{
background-color: #9462CF;
}
</style>
border-color css
<style>
span { border-color: #9462CF; }
span { border-color: rgb(148,98,207); }
td.TdClassName
{
border-color: #9462CF;
}
.TagClassName
{
border-color: #9462CF;
}
</style>