Shades of Amethyst #955EDA
Tints of Amethyst #955EDA
RGB
CMYK
RGB Variations
Color information
#955EDA (or 0x955EDA) is known color: Amethyst. HEX triplet: 95, 5E and DA. RGB value is (149,94,218). Sum of RGB (Red+Green+Blue) = 149+94+218=461 (61% of max value = 765). Red value is 149 (58.59% from 255 or 32.32% from 461); Green value is 94 (37.11% from 255 or 20.39% from 461); Blue value is 218 (85.55% from 255 or 47.29% from 461); Max value from RGB is 218 - color contains mainly: blue. Hex color #955EDA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955EDA is #6AA125. Grayscale: #7C7C7C. Windows color (decimal): -6988070 or 14311061. OLE color: 14311061.
HSL color Cylindrical-coordinate representation of color #955EDA: hue angle of 266.61º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #955EDA is Cyan = 0.32, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 149 | 94 | 218 | - |
| CMYK | 0.32 | 0.57 | 0 | 0.15 |
| HSL | 266.61º | 0.63% | 0.61% | - |
| HSV(B) | 266.61º | 0.57% | 0.85% | - |
| XYZ | 29.05 | 19.46 | 68.55 | - |
| YUV | 124.58 | 180.72 | 145.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 94 | 218 | 0.32 | 0.57 | 0 | 0.15 | 266.61 | 0.63 | 0.61 |
| Hex | 95 | 5E | DA | 20 | 39 | 0 | F | 10B | 3F | 3D |
| Octal | 225 | 136 | 332 | 40 | 71 | 0 | 17 | 413 | 77 | 75 |
| Binary | 10010101 | 1011110 | 11011010 | 100000 | 111001 | 0 | 1111 | 100001011 | 111111 | 111101 |
Color Harmonies of #955EDA
Complementary color
Monochromatic Colors of #955EDA
Black with #955EDA
Text Example
Text Example
White with #955EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955EDA; }
p { color: rgb(149,94,218); }
H1.HeaderClassName
{
color: #955EDA;
}
.AnyTagClassName
{
color: #955EDA;
}
</style>
background-color css
<style>
a { background-color: #955EDA; }
a { background-color: rgb(149,94,218); }
div.DivClassName
{
background-color: #955EDA;
}
.BgClassName
{
background-color: #955EDA;
}
</style>
border-color css
<style>
span { border-color: #955EDA; }
span { border-color: rgb(149,94,218); }
td.TdClassName
{
border-color: #955EDA;
}
.TagClassName
{
border-color: #955EDA;
}
</style>