Shades of Amethyst #955FCB
Tints of Amethyst #955FCB
RGB
CMYK
RGB Variations
Color information
#955FCB (or 0x955FCB) is known color: Amethyst. HEX triplet: 95, 5F and CB. RGB value is (149,95,203). Sum of RGB (Red+Green+Blue) = 149+95+203=447 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.33% from 447); Green value is 95 (37.5% from 255 or 21.25% from 447); Blue value is 203 (79.69% from 255 or 45.41% from 447); Max value from RGB is 203 - color contains mainly: blue. Hex color #955FCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCB is #6AA034. Grayscale: #7B7B7B. Windows color (decimal): -6987829 or 13328277. OLE color: 13328277.
HSL color Cylindrical-coordinate representation of color #955FCB: hue angle of 270º degrees, saturation: 0.51, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955FCB is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 149 | 95 | 203 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.20 |
| HSL | 270º | 0.51% | 0.58% | - |
| HSV(B) | 270º | 0.53% | 0.8% | - |
| XYZ | 27.27 | 18.89 | 58.71 | - |
| YUV | 123.46 | 172.89 | 146.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 203 | 0.27 | 0.53 | 0 | 0.20 | 270 | 0.51 | 0.58 |
| Hex | 95 | 5F | CB | 1B | 35 | 0 | 14 | 10E | 33 | 3A |
| Octal | 225 | 137 | 313 | 33 | 65 | 0 | 24 | 416 | 63 | 72 |
| Binary | 10010101 | 1011111 | 11001011 | 11011 | 110101 | 0 | 10100 | 100001110 | 110011 | 111010 |
Color Harmonies of #955FCB
Complementary color
Monochromatic Colors of #955FCB
Black with #955FCB
Text Example
Text Example
White with #955FCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FCB; }
p { color: rgb(149,95,203); }
H1.HeaderClassName
{
color: #955FCB;
}
.AnyTagClassName
{
color: #955FCB;
}
</style>
background-color css
<style>
a { background-color: #955FCB; }
a { background-color: rgb(149,95,203); }
div.DivClassName
{
background-color: #955FCB;
}
.BgClassName
{
background-color: #955FCB;
}
</style>
border-color css
<style>
span { border-color: #955FCB; }
span { border-color: rgb(149,95,203); }
td.TdClassName
{
border-color: #955FCB;
}
.TagClassName
{
border-color: #955FCB;
}
</style>