Shades of Amethyst #956BCC
Tints of Amethyst #956BCC
RGB
CMYK
RGB Variations
Color information
#956BCC (or 0x956BCC) is known color: Amethyst. HEX triplet: 95, 6B and CC. RGB value is (149,107,204). Sum of RGB (Red+Green+Blue) = 149+107+204=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 107 (42.19% from 255 or 23.26% from 460); Blue value is 204 (80.08% from 255 or 44.35% from 460); Max value from RGB is 204 - color contains mainly: blue. Hex color #956BCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #956BCC is #6A9433. Grayscale: #828282. Windows color (decimal): -6984756 or 13396885. OLE color: 13396885.
HSL color Cylindrical-coordinate representation of color #956BCC: hue angle of 265.98º 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 #956BCC is Cyan = 0.27, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 107 | 204 | - |
| CMYK | 0.27 | 0.48 | 0 | 0.2 |
| HSL | 265.98º | 0.49% | 0.61% | - |
| HSV(B) | 265.98º | 0.48% | 0.8% | - |
| XYZ | 28.55 | 21.26 | 59.73 | - |
| YUV | 130.62 | 169.41 | 141.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 107 | 204 | 0.27 | 0.48 | 0 | 0.2 | 265.98 | 0.49 | 0.61 |
| Hex | 95 | 6B | CC | 1B | 30 | 0 | 14 | 10A | 31 | 3D |
| Octal | 225 | 153 | 314 | 33 | 60 | 0 | 24 | 412 | 61 | 75 |
| Binary | 10010101 | 1101011 | 11001100 | 11011 | 110000 | 0 | 10100 | 100001010 | 110001 | 111101 |
Color Harmonies of #956BCC
Complementary color
Monochromatic Colors of #956BCC
Black with #956BCC
Text Example
Text Example
White with #956BCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #956BCC; }
p { color: rgb(149,107,204); }
H1.HeaderClassName
{
color: #956BCC;
}
.AnyTagClassName
{
color: #956BCC;
}
</style>
background-color css
<style>
a { background-color: #956BCC; }
a { background-color: rgb(149,107,204); }
div.DivClassName
{
background-color: #956BCC;
}
.BgClassName
{
background-color: #956BCC;
}
</style>
border-color css
<style>
span { border-color: #956BCC; }
span { border-color: rgb(149,107,204); }
td.TdClassName
{
border-color: #956BCC;
}
.TagClassName
{
border-color: #956BCC;
}
</style>