Shades of Amethyst #955BDC
Tints of Amethyst #955BDC
RGB
CMYK
RGB Variations
Color information
#955BDC (or 0x955BDC) is known color: Amethyst. HEX triplet: 95, 5B and DC. RGB value is (149,91,220). Sum of RGB (Red+Green+Blue) = 149+91+220=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 91 (35.94% from 255 or 19.78% from 460); Blue value is 220 (86.33% from 255 or 47.83% from 460); Max value from RGB is 220 - color contains mainly: blue. Hex color #955BDC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BDC is #6AA423. Grayscale: #7A7A7A. Windows color (decimal): -6988836 or 14441365. OLE color: 14441365.
HSL color Cylindrical-coordinate representation of color #955BDC: hue angle of 266.98º degrees, saturation: 0.65, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955BDC is Cyan = 0.32, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 91 | 220 | - |
| CMYK | 0.32 | 0.59 | 0 | 0.14 |
| HSL | 266.98º | 0.65% | 0.61% | - |
| HSV(B) | 266.98º | 0.59% | 0.86% | - |
| XYZ | 29.05 | 19.04 | 69.85 | - |
| YUV | 123.05 | 182.72 | 146.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 220 | 0.32 | 0.59 | 0 | 0.14 | 266.98 | 0.65 | 0.61 |
| Hex | 95 | 5B | DC | 20 | 3B | 0 | E | 10B | 41 | 3D |
| Octal | 225 | 133 | 334 | 40 | 73 | 0 | 16 | 413 | 101 | 75 |
| Binary | 10010101 | 1011011 | 11011100 | 100000 | 111011 | 0 | 1110 | 100001011 | 1000001 | 111101 |
Color Harmonies of #955BDC
Complementary color
Monochromatic Colors of #955BDC
Black with #955BDC
Text Example
Text Example
White with #955BDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BDC; }
p { color: rgb(149,91,220); }
H1.HeaderClassName
{
color: #955BDC;
}
.AnyTagClassName
{
color: #955BDC;
}
</style>
background-color css
<style>
a { background-color: #955BDC; }
a { background-color: rgb(149,91,220); }
div.DivClassName
{
background-color: #955BDC;
}
.BgClassName
{
background-color: #955BDC;
}
</style>
border-color css
<style>
span { border-color: #955BDC; }
span { border-color: rgb(149,91,220); }
td.TdClassName
{
border-color: #955BDC;
}
.TagClassName
{
border-color: #955BDC;
}
</style>