Shades of Amethyst #9458CB
Tints of Amethyst #9458CB
RGB
CMYK
RGB Variations
Color information
#9458CB (or 0x9458CB) is known color: Amethyst. HEX triplet: 94, 58 and CB. RGB value is (148,88,203). Sum of RGB (Red+Green+Blue) = 148+88+203=439 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.71% from 439); Green value is 88 (34.77% from 255 or 20.05% from 439); Blue value is 203 (79.69% from 255 or 46.24% from 439); Max value from RGB is 203 - color contains mainly: blue. Hex color #9458CB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9458CB is #6BA734. Grayscale: #767676. Windows color (decimal): -7055157 or 13326484. OLE color: 13326484.
HSL color Cylindrical-coordinate representation of color #9458CB: hue angle of 271.3º degrees, saturation: 0.53, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #9458CB is Cyan = 0.27, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 88 | 203 | - |
| CMYK | 0.27 | 0.57 | 0 | 0.20 |
| HSL | 271.3º | 0.53% | 0.57% | - |
| HSV(B) | 271.3º | 0.57% | 0.8% | - |
| XYZ | 26.48 | 17.59 | 58.5 | - |
| YUV | 119.05 | 175.38 | 148.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 88 | 203 | 0.27 | 0.57 | 0 | 0.20 | 271.3 | 0.53 | 0.57 |
| Hex | 94 | 58 | CB | 1B | 39 | 0 | 14 | 10F | 35 | 39 |
| Octal | 224 | 130 | 313 | 33 | 71 | 0 | 24 | 417 | 65 | 71 |
| Binary | 10010100 | 1011000 | 11001011 | 11011 | 111001 | 0 | 10100 | 100001111 | 110101 | 111001 |
Color Harmonies of #9458CB
Complementary color
Monochromatic Colors of #9458CB
Black with #9458CB
Text Example
Text Example
White with #9458CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9458CB; }
p { color: rgb(148,88,203); }
H1.HeaderClassName
{
color: #9458CB;
}
.AnyTagClassName
{
color: #9458CB;
}
</style>
background-color css
<style>
a { background-color: #9458CB; }
a { background-color: rgb(148,88,203); }
div.DivClassName
{
background-color: #9458CB;
}
.BgClassName
{
background-color: #9458CB;
}
</style>
border-color css
<style>
span { border-color: #9458CB; }
span { border-color: rgb(148,88,203); }
td.TdClassName
{
border-color: #9458CB;
}
.TagClassName
{
border-color: #9458CB;
}
</style>