Shades of Amethyst #956CCF
Tints of Amethyst #956CCF
RGB
CMYK
RGB Variations
Color information
#956CCF (or 0x956CCF) is known color: Amethyst. HEX triplet: 95, 6C and CF. RGB value is (149,108,207). Sum of RGB (Red+Green+Blue) = 149+108+207=464 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.11% from 464); Green value is 108 (42.58% from 255 or 23.28% from 464); Blue value is 207 (81.25% from 255 or 44.61% from 464); Max value from RGB is 207 - color contains mainly: blue. Hex color #956CCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956CCF is #6A9330. Grayscale: #838383. Windows color (decimal): -6984497 or 13593749. OLE color: 13593749.
HSL color Cylindrical-coordinate representation of color #956CCF: hue angle of 264.85º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #956CCF is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 149 | 108 | 207 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.19 |
| HSL | 264.85º | 0.51% | 0.62% | - |
| HSV(B) | 264.85º | 0.48% | 0.81% | - |
| XYZ | 29.02 | 21.62 | 61.68 | - |
| YUV | 131.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 108 | 207 | 0.28 | 0.48 | 0 | 0.19 | 264.85 | 0.51 | 0.62 |
| Hex | 95 | 6C | CF | 1C | 30 | 0 | 13 | 109 | 33 | 3E |
| Octal | 225 | 154 | 317 | 34 | 60 | 0 | 23 | 411 | 63 | 76 |
| Binary | 10010101 | 1101100 | 11001111 | 11100 | 110000 | 0 | 10011 | 100001001 | 110011 | 111110 |
Color Harmonies of #956CCF
Complementary color
Monochromatic Colors of #956CCF
Black with #956CCF
Text Example
Text Example
White with #956CCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956CCF; }
p { color: rgb(149,108,207); }
H1.HeaderClassName
{
color: #956CCF;
}
.AnyTagClassName
{
color: #956CCF;
}
</style>
background-color css
<style>
a { background-color: #956CCF; }
a { background-color: rgb(149,108,207); }
div.DivClassName
{
background-color: #956CCF;
}
.BgClassName
{
background-color: #956CCF;
}
</style>
border-color css
<style>
span { border-color: #956CCF; }
span { border-color: rgb(149,108,207); }
td.TdClassName
{
border-color: #956CCF;
}
.TagClassName
{
border-color: #956CCF;
}
</style>