Shades of Amethyst #9459CC
Tints of Amethyst #9459CC
RGB
CMYK
RGB Variations
Color information
#9459CC (or 0x9459CC) is known color: Amethyst. HEX triplet: 94, 59 and CC. RGB value is (148,89,204). Sum of RGB (Red+Green+Blue) = 148+89+204=441 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.56% from 441); Green value is 89 (35.16% from 255 or 20.18% from 441); Blue value is 204 (80.08% from 255 or 46.26% from 441); Max value from RGB is 204 - color contains mainly: blue. Hex color #9459CC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9459CC is #6BA633. Grayscale: #777777. Windows color (decimal): -7054900 or 13392276. OLE color: 13392276.
HSL color Cylindrical-coordinate representation of color #9459CC: hue angle of 270.78º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #9459CC is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 148 | 89 | 204 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.2 |
| HSL | 270.78º | 0.53% | 0.57% | - |
| HSV(B) | 270.78º | 0.56% | 0.8% | - |
| XYZ | 26.68 | 17.8 | 59.16 | - |
| YUV | 119.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 89 | 204 | 0.27 | 0.56 | 0 | 0.2 | 270.78 | 0.53 | 0.57 |
| Hex | 94 | 59 | CC | 1B | 38 | 0 | 14 | 10F | 35 | 39 |
| Octal | 224 | 131 | 314 | 33 | 70 | 0 | 24 | 417 | 65 | 71 |
| Binary | 10010100 | 1011001 | 11001100 | 11011 | 111000 | 0 | 10100 | 100001111 | 110101 | 111001 |
Color Harmonies of #9459CC
Complementary color
Monochromatic Colors of #9459CC
Black with #9459CC
Text Example
Text Example
White with #9459CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9459CC; }
p { color: rgb(148,89,204); }
H1.HeaderClassName
{
color: #9459CC;
}
.AnyTagClassName
{
color: #9459CC;
}
</style>
background-color css
<style>
a { background-color: #9459CC; }
a { background-color: rgb(148,89,204); }
div.DivClassName
{
background-color: #9459CC;
}
.BgClassName
{
background-color: #9459CC;
}
</style>
border-color css
<style>
span { border-color: #9459CC; }
span { border-color: rgb(148,89,204); }
td.TdClassName
{
border-color: #9459CC;
}
.TagClassName
{
border-color: #9459CC;
}
</style>