Shades of Amethyst #955BCA
Tints of Amethyst #955BCA
RGB
CMYK
RGB Variations
Color information
#955BCA (or 0x955BCA) is known color: Amethyst. HEX triplet: 95, 5B and CA. RGB value is (149,91,202). Sum of RGB (Red+Green+Blue) = 149+91+202=442 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.71% from 442); Green value is 91 (35.94% from 255 or 20.59% from 442); Blue value is 202 (79.30% from 255 or 45.70% from 442); Max value from RGB is 202 - color contains mainly: blue. Hex color #955BCA is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955BCA is #6AA435. Grayscale: #787878. Windows color (decimal): -6988854 or 13261717. OLE color: 13261717.
HSL color Cylindrical-coordinate representation of color #955BCA: hue angle of 271.35º degrees, saturation: 0.51, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955BCA is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 149 | 91 | 202 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.21 |
| HSL | 271.35º | 0.51% | 0.57% | - |
| HSV(B) | 271.35º | 0.55% | 0.79% | - |
| XYZ | 26.8 | 18.14 | 57.97 | - |
| YUV | 121 | 173.72 | 147.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 91 | 202 | 0.26 | 0.55 | 0 | 0.21 | 271.35 | 0.51 | 0.57 |
| Hex | 95 | 5B | CA | 1A | 37 | 0 | 15 | 10F | 33 | 39 |
| Octal | 225 | 133 | 312 | 32 | 67 | 0 | 25 | 417 | 63 | 71 |
| Binary | 10010101 | 1011011 | 11001010 | 11010 | 110111 | 0 | 10101 | 100001111 | 110011 | 111001 |
Color Harmonies of #955BCA
Complementary color
Monochromatic Colors of #955BCA
Black with #955BCA
Text Example
Text Example
White with #955BCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955BCA; }
p { color: rgb(149,91,202); }
H1.HeaderClassName
{
color: #955BCA;
}
.AnyTagClassName
{
color: #955BCA;
}
</style>
background-color css
<style>
a { background-color: #955BCA; }
a { background-color: rgb(149,91,202); }
div.DivClassName
{
background-color: #955BCA;
}
.BgClassName
{
background-color: #955BCA;
}
</style>
border-color css
<style>
span { border-color: #955BCA; }
span { border-color: rgb(149,91,202); }
td.TdClassName
{
border-color: #955BCA;
}
.TagClassName
{
border-color: #955BCA;
}
</style>