Shades of Amethyst #945BCB
Tints of Amethyst #945BCB
RGB
CMYK
RGB Variations
Color information
#945BCB (or 0x945BCB) is known color: Amethyst. HEX triplet: 94, 5B and CB. RGB value is (148,91,203). Sum of RGB (Red+Green+Blue) = 148+91+203=442 (58% of max value = 765). Red value is 148 (58.20% from 255 or 33.48% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #945BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #945BCB is #6BA434. Grayscale: #787878. Windows color (decimal): -7054389 or 13327252. OLE color: 13327252.
HSL color Cylindrical-coordinate representation of color #945BCB: hue angle of 270.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #945BCB is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 148 | 91 | 203 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.20 |
| HSL | 270.54º | 0.52% | 0.58% | - |
| HSV(B) | 270.54º | 0.55% | 0.8% | - |
| XYZ | 26.73 | 18.09 | 58.58 | - |
| YUV | 120.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 91 | 203 | 0.27 | 0.55 | 0 | 0.20 | 270.54 | 0.52 | 0.58 |
| Hex | 94 | 5B | CB | 1B | 37 | 0 | 14 | 10F | 34 | 3A |
| Octal | 224 | 133 | 313 | 33 | 67 | 0 | 24 | 417 | 64 | 72 |
| Binary | 10010100 | 1011011 | 11001011 | 11011 | 110111 | 0 | 10100 | 100001111 | 110100 | 111010 |
Color Harmonies of #945BCB
Complementary color
Monochromatic Colors of #945BCB
Black with #945BCB
Text Example
Text Example
White with #945BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #945BCB; }
p { color: rgb(148,91,203); }
H1.HeaderClassName
{
color: #945BCB;
}
.AnyTagClassName
{
color: #945BCB;
}
</style>
background-color css
<style>
a { background-color: #945BCB; }
a { background-color: rgb(148,91,203); }
div.DivClassName
{
background-color: #945BCB;
}
.BgClassName
{
background-color: #945BCB;
}
</style>
border-color css
<style>
span { border-color: #945BCB; }
span { border-color: rgb(148,91,203); }
td.TdClassName
{
border-color: #945BCB;
}
.TagClassName
{
border-color: #945BCB;
}
</style>