Shades of Amethyst #955BDF
Tints of Amethyst #955BDF
RGB
CMYK
RGB Variations
Color information
#955BDF (or 0x955BDF) is known color: Amethyst. HEX triplet: 95, 5B and DF. RGB value is (149,91,223). Sum of RGB (Red+Green+Blue) = 149+91+223=463 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.18% from 463); Green value is 91 (35.94% from 255 or 19.65% from 463); Blue value is 223 (87.5% from 255 or 48.16% from 463); Max value from RGB is 223 - color contains mainly: blue. Hex color #955BDF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BDF is #6AA420. Grayscale: #7A7A7A. Windows color (decimal): -6988833 or 14637973. OLE color: 14637973.
HSL color Cylindrical-coordinate representation of color #955BDF: hue angle of 266.36º degrees, saturation: 0.67, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955BDF is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 91 | 223 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 266.36º | 0.67% | 0.62% | - |
| HSV(B) | 266.36º | 0.59% | 0.87% | - |
| XYZ | 29.45 | 19.2 | 71.97 | - |
| YUV | 123.39 | 184.22 | 146.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 223 | 0.33 | 0.59 | 0 | 0.13 | 266.36 | 0.67 | 0.62 |
| Hex | 95 | 5B | DF | 21 | 3B | 0 | D | 10A | 43 | 3E |
| Octal | 225 | 133 | 337 | 41 | 73 | 0 | 15 | 412 | 103 | 76 |
| Binary | 10010101 | 1011011 | 11011111 | 100001 | 111011 | 0 | 1101 | 100001010 | 1000011 | 111110 |
Color Harmonies of #955BDF
Complementary color
Monochromatic Colors of #955BDF
Black with #955BDF
Text Example
Text Example
White with #955BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BDF; }
p { color: rgb(149,91,223); }
H1.HeaderClassName
{
color: #955BDF;
}
.AnyTagClassName
{
color: #955BDF;
}
</style>
background-color css
<style>
a { background-color: #955BDF; }
a { background-color: rgb(149,91,223); }
div.DivClassName
{
background-color: #955BDF;
}
.BgClassName
{
background-color: #955BDF;
}
</style>
border-color css
<style>
span { border-color: #955BDF; }
span { border-color: rgb(149,91,223); }
td.TdClassName
{
border-color: #955BDF;
}
.TagClassName
{
border-color: #955BDF;
}
</style>