Shades of Amethyst #955ACB
Tints of Amethyst #955ACB
RGB
CMYK
RGB Variations
Color information
#955ACB (or 0x955ACB) is known color: Amethyst. HEX triplet: 95, 5A and CB. RGB value is (149,90,203). Sum of RGB (Red+Green+Blue) = 149+90+203=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 90 (35.55% from 255 or 20.36% from 442); Blue value is 203 (79.69% from 255 or 45.93% from 442); Max value from RGB is 203 - color contains mainly: blue. Hex color #955ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955ACB is #6AA534. Grayscale: #787878. Windows color (decimal): -6989109 or 13326997. OLE color: 13326997.
HSL color Cylindrical-coordinate representation of color #955ACB: hue angle of 271.33º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #955ACB is Cyan = 0.27, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 90 | 203 | - |
| CMYK | 0.27 | 0.56 | 0 | 0.20 |
| HSL | 271.33º | 0.52% | 0.57% | - |
| HSV(B) | 271.33º | 0.56% | 0.8% | - |
| XYZ | 26.83 | 18.01 | 58.56 | - |
| YUV | 120.52 | 174.55 | 148.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 90 | 203 | 0.27 | 0.56 | 0 | 0.20 | 271.33 | 0.52 | 0.57 |
| Hex | 95 | 5A | CB | 1B | 38 | 0 | 14 | 10F | 34 | 39 |
| Octal | 225 | 132 | 313 | 33 | 70 | 0 | 24 | 417 | 64 | 71 |
| Binary | 10010101 | 1011010 | 11001011 | 11011 | 111000 | 0 | 10100 | 100001111 | 110100 | 111001 |
Color Harmonies of #955ACB
Complementary color
Monochromatic Colors of #955ACB
Black with #955ACB
Text Example
Text Example
White with #955ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955ACB; }
p { color: rgb(149,90,203); }
H1.HeaderClassName
{
color: #955ACB;
}
.AnyTagClassName
{
color: #955ACB;
}
</style>
background-color css
<style>
a { background-color: #955ACB; }
a { background-color: rgb(149,90,203); }
div.DivClassName
{
background-color: #955ACB;
}
.BgClassName
{
background-color: #955ACB;
}
</style>
border-color css
<style>
span { border-color: #955ACB; }
span { border-color: rgb(149,90,203); }
td.TdClassName
{
border-color: #955ACB;
}
.TagClassName
{
border-color: #955ACB;
}
</style>