Shades of Amethyst #956CCD
Tints of Amethyst #956CCD
RGB
CMYK
RGB Variations
Color information
#956CCD (or 0x956CCD) is known color: Amethyst. HEX triplet: 95, 6C and CD. RGB value is (149,108,205). Sum of RGB (Red+Green+Blue) = 149+108+205=462 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.25% from 462); Green value is 108 (42.58% from 255 or 23.38% from 462); Blue value is 205 (80.47% from 255 or 44.37% from 462); Max value from RGB is 205 - color contains mainly: blue. Hex color #956CCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCD is #6A9332. Grayscale: #828282. Windows color (decimal): -6984499 or 13462677. OLE color: 13462677.
HSL color Cylindrical-coordinate representation of color #956CCD: hue angle of 265.36º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #956CCD is Cyan = 0.27, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 108 | 205 | - |
| CMYK | 0.27 | 0.47 | 0 | 0.20 |
| HSL | 265.36º | 0.49% | 0.61% | - |
| HSV(B) | 265.36º | 0.47% | 0.8% | - |
| XYZ | 28.78 | 21.52 | 60.4 | - |
| YUV | 131.32 | 169.58 | 140.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 205 | 0.27 | 0.47 | 0 | 0.20 | 265.36 | 0.49 | 0.61 |
| Hex | 95 | 6C | CD | 1B | 2F | 0 | 14 | 109 | 31 | 3D |
| Octal | 225 | 154 | 315 | 33 | 57 | 0 | 24 | 411 | 61 | 75 |
| Binary | 10010101 | 1101100 | 11001101 | 11011 | 101111 | 0 | 10100 | 100001001 | 110001 | 111101 |
Color Harmonies of #956CCD
Complementary color
Monochromatic Colors of #956CCD
Black with #956CCD
Text Example
Text Example
White with #956CCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CCD; }
p { color: rgb(149,108,205); }
H1.HeaderClassName
{
color: #956CCD;
}
.AnyTagClassName
{
color: #956CCD;
}
</style>
background-color css
<style>
a { background-color: #956CCD; }
a { background-color: rgb(149,108,205); }
div.DivClassName
{
background-color: #956CCD;
}
.BgClassName
{
background-color: #956CCD;
}
</style>
border-color css
<style>
span { border-color: #956CCD; }
span { border-color: rgb(149,108,205); }
td.TdClassName
{
border-color: #956CCD;
}
.TagClassName
{
border-color: #956CCD;
}
</style>