Shades of Amethyst #9462CC
Tints of Amethyst #9462CC
RGB
CMYK
RGB Variations
Color information
#9462CC (or 0x9462CC) is known color: Amethyst. HEX triplet: 94, 62 and CC. RGB value is (148,98,204). Sum of RGB (Red+Green+Blue) = 148+98+204=450 (59% of max value = 765). Red value is 148 (58.20% from 255 or 32.89% from 450); Green value is 98 (38.67% from 255 or 21.78% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #9462CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9462CC is #6B9D33. Grayscale: #7C7C7C. Windows color (decimal): -7052596 or 13394580. OLE color: 13394580.
HSL color Cylindrical-coordinate representation of color #9462CC: hue angle of 268.3º 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 #9462CC is Cyan = 0.27, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 98 | 204 | - |
| CMYK | 0.27 | 0.52 | 0 | 0.2 |
| HSL | 268.3º | 0.51% | 0.59% | - |
| HSV(B) | 268.3º | 0.52% | 0.8% | - |
| XYZ | 27.48 | 19.39 | 59.42 | - |
| YUV | 125.03 | 172.57 | 144.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 98 | 204 | 0.27 | 0.52 | 0 | 0.2 | 268.3 | 0.51 | 0.59 |
| Hex | 94 | 62 | CC | 1B | 34 | 0 | 14 | 10C | 33 | 3B |
| Octal | 224 | 142 | 314 | 33 | 64 | 0 | 24 | 414 | 63 | 73 |
| Binary | 10010100 | 1100010 | 11001100 | 11011 | 110100 | 0 | 10100 | 100001100 | 110011 | 111011 |
Color Harmonies of #9462CC
Complementary color
Monochromatic Colors of #9462CC
Black with #9462CC
Text Example
Text Example
White with #9462CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9462CC; }
p { color: rgb(148,98,204); }
H1.HeaderClassName
{
color: #9462CC;
}
.AnyTagClassName
{
color: #9462CC;
}
</style>
background-color css
<style>
a { background-color: #9462CC; }
a { background-color: rgb(148,98,204); }
div.DivClassName
{
background-color: #9462CC;
}
.BgClassName
{
background-color: #9462CC;
}
</style>
border-color css
<style>
span { border-color: #9462CC; }
span { border-color: rgb(148,98,204); }
td.TdClassName
{
border-color: #9462CC;
}
.TagClassName
{
border-color: #9462CC;
}
</style>