Shades of Amethyst #955CC3
Tints of Amethyst #955CC3
RGB
CMYK
RGB Variations
Color information
#955CC3 (or 0x955CC3) is known color: Amethyst. HEX triplet: 95, 5C and C3. RGB value is (149,92,195). Sum of RGB (Red+Green+Blue) = 149+92+195=436 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.17% from 436); Green value is 92 (36.33% from 255 or 21.10% from 436); Blue value is 195 (76.56% from 255 or 44.72% from 436); Max value from RGB is 195 - color contains mainly: blue. Hex color #955CC3 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CC3 is #6AA33C. Grayscale: #787878. Windows color (decimal): -6988605 or 12803221. OLE color: 12803221.
HSL color Cylindrical-coordinate representation of color #955CC3: hue angle of 273.2º degrees, saturation: 0.46, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955CC3 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 149 | 92 | 195 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.24 |
| HSL | 273.2º | 0.46% | 0.56% | - |
| HSV(B) | 273.2º | 0.53% | 0.76% | - |
| XYZ | 26.07 | 17.98 | 53.73 | - |
| YUV | 120.79 | 169.88 | 148.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 195 | 0.24 | 0.53 | 0 | 0.24 | 273.2 | 0.46 | 0.56 |
| Hex | 95 | 5C | C3 | 18 | 35 | 0 | 18 | 111 | 2E | 38 |
| Octal | 225 | 134 | 303 | 30 | 65 | 0 | 30 | 421 | 56 | 70 |
| Binary | 10010101 | 1011100 | 11000011 | 11000 | 110101 | 0 | 11000 | 100010001 | 101110 | 111000 |
Color Harmonies of #955CC3
Complementary color
Monochromatic Colors of #955CC3
Black with #955CC3
Text Example
Text Example
White with #955CC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CC3; }
p { color: rgb(149,92,195); }
H1.HeaderClassName
{
color: #955CC3;
}
.AnyTagClassName
{
color: #955CC3;
}
</style>
background-color css
<style>
a { background-color: #955CC3; }
a { background-color: rgb(149,92,195); }
div.DivClassName
{
background-color: #955CC3;
}
.BgClassName
{
background-color: #955CC3;
}
</style>
border-color css
<style>
span { border-color: #955CC3; }
span { border-color: rgb(149,92,195); }
td.TdClassName
{
border-color: #955CC3;
}
.TagClassName
{
border-color: #955CC3;
}
</style>