Shades of Amethyst #9460CB
Tints of Amethyst #9460CB
RGB
CMYK
RGB Variations
Color information
#9460CB (or 0x9460CB) is known color: Amethyst. HEX triplet: 94, 60 and CB. RGB value is (148,96,203). Sum of RGB (Red+Green+Blue) = 148+96+203=447 (59% of max value = 765). Red value is 148 (58.20% from 255 or 33.11% from 447); Green value is 96 (37.89% from 255 or 21.48% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #9460CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9460CB is #6B9F34. Grayscale: #7B7B7B. Windows color (decimal): -7053109 or 13328532. OLE color: 13328532.
HSL color Cylindrical-coordinate representation of color #9460CB: hue angle of 269.16º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #9460CB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 96 | 203 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.20 |
| HSL | 269.16º | 0.51% | 0.59% | - |
| HSV(B) | 269.16º | 0.53% | 0.8% | - |
| XYZ | 27.18 | 18.97 | 58.73 | - |
| YUV | 123.75 | 172.73 | 145.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 96 | 203 | 0.27 | 0.53 | 0 | 0.20 | 269.16 | 0.51 | 0.59 |
| Hex | 94 | 60 | CB | 1B | 35 | 0 | 14 | 10D | 33 | 3B |
| Octal | 224 | 140 | 313 | 33 | 65 | 0 | 24 | 415 | 63 | 73 |
| Binary | 10010100 | 1100000 | 11001011 | 11011 | 110101 | 0 | 10100 | 100001101 | 110011 | 111011 |
Color Harmonies of #9460CB
Complementary color
Monochromatic Colors of #9460CB
Black with #9460CB
Text Example
Text Example
White with #9460CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9460CB; }
p { color: rgb(148,96,203); }
H1.HeaderClassName
{
color: #9460CB;
}
.AnyTagClassName
{
color: #9460CB;
}
</style>
background-color css
<style>
a { background-color: #9460CB; }
a { background-color: rgb(148,96,203); }
div.DivClassName
{
background-color: #9460CB;
}
.BgClassName
{
background-color: #9460CB;
}
</style>
border-color css
<style>
span { border-color: #9460CB; }
span { border-color: rgb(148,96,203); }
td.TdClassName
{
border-color: #9460CB;
}
.TagClassName
{
border-color: #9460CB;
}
</style>