Shades of Amethyst #955ADD
Tints of Amethyst #955ADD
RGB
CMYK
RGB Variations
Color information
#955ADD (or 0x955ADD) is known color: Amethyst. HEX triplet: 95, 5A and DD. RGB value is (149,90,221). Sum of RGB (Red+Green+Blue) = 149+90+221=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 90 (35.55% from 255 or 19.57% from 460); Blue value is 221 (86.72% from 255 or 48.04% from 460); Max value from RGB is 221 - color contains mainly: blue. Hex color #955ADD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ADD is #6AA522. Grayscale: #7A7A7A. Windows color (decimal): -6989091 or 14506645. OLE color: 14506645.
HSL color Cylindrical-coordinate representation of color #955ADD: hue angle of 267.02º degrees, saturation: 0.66, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #955ADD is Cyan = 0.33, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 149 | 90 | 221 | - |
| CMYK | 0.33 | 0.59 | 0 | 0.13 |
| HSL | 267.02º | 0.66% | 0.61% | - |
| HSV(B) | 267.02º | 0.59% | 0.87% | - |
| XYZ | 29.1 | 18.92 | 70.53 | - |
| YUV | 122.58 | 183.55 | 146.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 221 | 0.33 | 0.59 | 0 | 0.13 | 267.02 | 0.66 | 0.61 |
| Hex | 95 | 5A | DD | 21 | 3B | 0 | D | 10B | 42 | 3D |
| Octal | 225 | 132 | 335 | 41 | 73 | 0 | 15 | 413 | 102 | 75 |
| Binary | 10010101 | 1011010 | 11011101 | 100001 | 111011 | 0 | 1101 | 100001011 | 1000010 | 111101 |
Color Harmonies of #955ADD
Complementary color
Monochromatic Colors of #955ADD
Black with #955ADD
Text Example
Text Example
White with #955ADD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ADD; }
p { color: rgb(149,90,221); }
H1.HeaderClassName
{
color: #955ADD;
}
.AnyTagClassName
{
color: #955ADD;
}
</style>
background-color css
<style>
a { background-color: #955ADD; }
a { background-color: rgb(149,90,221); }
div.DivClassName
{
background-color: #955ADD;
}
.BgClassName
{
background-color: #955ADD;
}
</style>
border-color css
<style>
span { border-color: #955ADD; }
span { border-color: rgb(149,90,221); }
td.TdClassName
{
border-color: #955ADD;
}
.TagClassName
{
border-color: #955ADD;
}
</style>