Shades of Amethyst #955ECB
Tints of Amethyst #955ECB
RGB
CMYK
RGB Variations
Color information
#955ECB (or 0x955ECB) is known color: Amethyst. HEX triplet: 95, 5E and CB. RGB value is (149,94,203). Sum of RGB (Red+Green+Blue) = 149+94+203=446 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.41% from 446); Green value is 94 (37.11% from 255 or 21.08% from 446); Blue value is 203 (79.69% from 255 or 45.52% from 446); Max value from RGB is 203 - color contains mainly: blue. Hex color #955ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ECB is #6AA134. Grayscale: #7A7A7A. Windows color (decimal): -6988085 or 13328021. OLE color: 13328021.
HSL color Cylindrical-coordinate representation of color #955ECB: hue angle of 270.28º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #955ECB is Cyan = 0.27, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 94 | 203 | - |
| CMYK | 0.27 | 0.54 | 0 | 0.20 |
| HSL | 270.28º | 0.51% | 0.58% | - |
| HSV(B) | 270.28º | 0.54% | 0.8% | - |
| XYZ | 27.18 | 18.71 | 58.68 | - |
| YUV | 122.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 203 | 0.27 | 0.54 | 0 | 0.20 | 270.28 | 0.51 | 0.58 |
| Hex | 95 | 5E | CB | 1B | 36 | 0 | 14 | 10E | 33 | 3A |
| Octal | 225 | 136 | 313 | 33 | 66 | 0 | 24 | 416 | 63 | 72 |
| Binary | 10010101 | 1011110 | 11001011 | 11011 | 110110 | 0 | 10100 | 100001110 | 110011 | 111010 |
Color Harmonies of #955ECB
Complementary color
Monochromatic Colors of #955ECB
Black with #955ECB
Text Example
Text Example
White with #955ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ECB; }
p { color: rgb(149,94,203); }
H1.HeaderClassName
{
color: #955ECB;
}
.AnyTagClassName
{
color: #955ECB;
}
</style>
background-color css
<style>
a { background-color: #955ECB; }
a { background-color: rgb(149,94,203); }
div.DivClassName
{
background-color: #955ECB;
}
.BgClassName
{
background-color: #955ECB;
}
</style>
border-color css
<style>
span { border-color: #955ECB; }
span { border-color: rgb(149,94,203); }
td.TdClassName
{
border-color: #955ECB;
}
.TagClassName
{
border-color: #955ECB;
}
</style>