Shades of Amethyst #956BCD
Tints of Amethyst #956BCD
RGB
CMYK
RGB Variations
Color information
#956BCD (or 0x956BCD) is known color: Amethyst. HEX triplet: 95, 6B and CD. RGB value is (149,107,205). Sum of RGB (Red+Green+Blue) = 149+107+205=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 205 (80.47% from 255 or 44.47% from 461); Max value from RGB is 205 - color contains mainly: blue. Hex color #956BCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BCD is #6A9432. Grayscale: #828282. Windows color (decimal): -6984755 or 13462421. OLE color: 13462421.
HSL color Cylindrical-coordinate representation of color #956BCD: hue angle of 265.71º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956BCD is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 107 | 205 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.20 |
| HSL | 265.71º | 0.49% | 0.61% | - |
| HSV(B) | 265.71º | 0.48% | 0.8% | - |
| XYZ | 28.67 | 21.31 | 60.36 | - |
| YUV | 130.73 | 169.91 | 141.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 205 | 0.27 | 0.48 | 0 | 0.20 | 265.71 | 0.49 | 0.61 |
| Hex | 95 | 6B | CD | 1B | 30 | 0 | 14 | 10A | 31 | 3D |
| Octal | 225 | 153 | 315 | 33 | 60 | 0 | 24 | 412 | 61 | 75 |
| Binary | 10010101 | 1101011 | 11001101 | 11011 | 110000 | 0 | 10100 | 100001010 | 110001 | 111101 |
Color Harmonies of #956BCD
Complementary color
Monochromatic Colors of #956BCD
Black with #956BCD
Text Example
Text Example
White with #956BCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BCD; }
p { color: rgb(149,107,205); }
H1.HeaderClassName
{
color: #956BCD;
}
.AnyTagClassName
{
color: #956BCD;
}
</style>
background-color css
<style>
a { background-color: #956BCD; }
a { background-color: rgb(149,107,205); }
div.DivClassName
{
background-color: #956BCD;
}
.BgClassName
{
background-color: #956BCD;
}
</style>
border-color css
<style>
span { border-color: #956BCD; }
span { border-color: rgb(149,107,205); }
td.TdClassName
{
border-color: #956BCD;
}
.TagClassName
{
border-color: #956BCD;
}
</style>