Shades of Amethyst #955ACE
Tints of Amethyst #955ACE
RGB
CMYK
RGB Variations
Color information
#955ACE (or 0x955ACE) is known color: Amethyst. HEX triplet: 95, 5A and CE. RGB value is (149,90,206). Sum of RGB (Red+Green+Blue) = 149+90+206=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 90 (35.55% from 255 or 20.22% from 445); Blue value is 206 (80.86% from 255 or 46.29% from 445); Max value from RGB is 206 - color contains mainly: blue. Hex color #955ACE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ACE is #6AA531. Grayscale: #787878. Windows color (decimal): -6989106 or 13523605. OLE color: 13523605.
HSL color Cylindrical-coordinate representation of color #955ACE: hue angle of 270.52º degrees, saturation: 0.54, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955ACE is Cyan = 0.28, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 90 | 206 | - |
| CMYK | 0.28 | 0.56 | 0 | 0.19 |
| HSL | 270.52º | 0.54% | 0.58% | - |
| HSV(B) | 270.52º | 0.56% | 0.81% | - |
| XYZ | 27.19 | 18.16 | 60.46 | - |
| YUV | 120.87 | 176.05 | 148.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 206 | 0.28 | 0.56 | 0 | 0.19 | 270.52 | 0.54 | 0.58 |
| Hex | 95 | 5A | CE | 1C | 38 | 0 | 13 | 10F | 36 | 3A |
| Octal | 225 | 132 | 316 | 34 | 70 | 0 | 23 | 417 | 66 | 72 |
| Binary | 10010101 | 1011010 | 11001110 | 11100 | 111000 | 0 | 10011 | 100001111 | 110110 | 111010 |
Color Harmonies of #955ACE
Complementary color
Monochromatic Colors of #955ACE
Black with #955ACE
Text Example
Text Example
White with #955ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ACE; }
p { color: rgb(149,90,206); }
H1.HeaderClassName
{
color: #955ACE;
}
.AnyTagClassName
{
color: #955ACE;
}
</style>
background-color css
<style>
a { background-color: #955ACE; }
a { background-color: rgb(149,90,206); }
div.DivClassName
{
background-color: #955ACE;
}
.BgClassName
{
background-color: #955ACE;
}
</style>
border-color css
<style>
span { border-color: #955ACE; }
span { border-color: rgb(149,90,206); }
td.TdClassName
{
border-color: #955ACE;
}
.TagClassName
{
border-color: #955ACE;
}
</style>