Shades of Amethyst #955FC4
Tints of Amethyst #955FC4
RGB
CMYK
RGB Variations
Color information
#955FC4 (or 0x955FC4) is known color: Amethyst. HEX triplet: 95, 5F and C4. RGB value is (149,95,196). Sum of RGB (Red+Green+Blue) = 149+95+196=440 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.86% from 440); Green value is 95 (37.5% from 255 or 21.59% from 440); Blue value is 196 (76.95% from 255 or 44.55% from 440); Max value from RGB is 196 - color contains mainly: blue. Hex color #955FC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FC4 is #6AA03B. Grayscale: #7A7A7A. Windows color (decimal): -6987836 or 12869525. OLE color: 12869525.
HSL color Cylindrical-coordinate representation of color #955FC4: hue angle of 272.08º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #955FC4 is Cyan = 0.24, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 95 | 196 | - |
| CMYK | 0.24 | 0.52 | 0 | 0.23 |
| HSL | 272.08º | 0.46% | 0.57% | - |
| HSV(B) | 272.08º | 0.52% | 0.77% | - |
| XYZ | 26.45 | 18.56 | 54.41 | - |
| YUV | 122.66 | 169.39 | 146.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 196 | 0.24 | 0.52 | 0 | 0.23 | 272.08 | 0.46 | 0.57 |
| Hex | 95 | 5F | C4 | 18 | 34 | 0 | 17 | 110 | 2E | 39 |
| Octal | 225 | 137 | 304 | 30 | 64 | 0 | 27 | 420 | 56 | 71 |
| Binary | 10010101 | 1011111 | 11000100 | 11000 | 110100 | 0 | 10111 | 100010000 | 101110 | 111001 |
Color Harmonies of #955FC4
Complementary color
Monochromatic Colors of #955FC4
Black with #955FC4
Text Example
Text Example
White with #955FC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FC4; }
p { color: rgb(149,95,196); }
H1.HeaderClassName
{
color: #955FC4;
}
.AnyTagClassName
{
color: #955FC4;
}
</style>
background-color css
<style>
a { background-color: #955FC4; }
a { background-color: rgb(149,95,196); }
div.DivClassName
{
background-color: #955FC4;
}
.BgClassName
{
background-color: #955FC4;
}
</style>
border-color css
<style>
span { border-color: #955FC4; }
span { border-color: rgb(149,95,196); }
td.TdClassName
{
border-color: #955FC4;
}
.TagClassName
{
border-color: #955FC4;
}
</style>