Shades of Amethyst #955ACD
Tints of Amethyst #955ACD
RGB
CMYK
RGB Variations
Color information
#955ACD (or 0x955ACD) is known color: Amethyst. HEX triplet: 95, 5A and CD. RGB value is (149,90,205). Sum of RGB (Red+Green+Blue) = 149+90+205=444 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.56% from 444); Green value is 90 (35.55% from 255 or 20.27% from 444); Blue value is 205 (80.47% from 255 or 46.17% from 444); Max value from RGB is 205 - color contains mainly: blue. Hex color #955ACD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ACD is #6AA532. Grayscale: #787878. Windows color (decimal): -6989107 or 13458069. OLE color: 13458069.
HSL color Cylindrical-coordinate representation of color #955ACD: hue angle of 270.78º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955ACD is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 90 | 205 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.20 |
| HSL | 270.78º | 0.53% | 0.58% | - |
| HSV(B) | 270.78º | 0.56% | 0.8% | - |
| XYZ | 27.07 | 18.11 | 59.83 | - |
| YUV | 120.75 | 175.55 | 148.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 205 | 0.27 | 0.56 | 0 | 0.20 | 270.78 | 0.53 | 0.58 |
| Hex | 95 | 5A | CD | 1B | 38 | 0 | 14 | 10F | 35 | 3A |
| Octal | 225 | 132 | 315 | 33 | 70 | 0 | 24 | 417 | 65 | 72 |
| Binary | 10010101 | 1011010 | 11001101 | 11011 | 111000 | 0 | 10100 | 100001111 | 110101 | 111010 |
Color Harmonies of #955ACD
Complementary color
Monochromatic Colors of #955ACD
Black with #955ACD
Text Example
Text Example
White with #955ACD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ACD; }
p { color: rgb(149,90,205); }
H1.HeaderClassName
{
color: #955ACD;
}
.AnyTagClassName
{
color: #955ACD;
}
</style>
background-color css
<style>
a { background-color: #955ACD; }
a { background-color: rgb(149,90,205); }
div.DivClassName
{
background-color: #955ACD;
}
.BgClassName
{
background-color: #955ACD;
}
</style>
border-color css
<style>
span { border-color: #955ACD; }
span { border-color: rgb(149,90,205); }
td.TdClassName
{
border-color: #955ACD;
}
.TagClassName
{
border-color: #955ACD;
}
</style>