Shades of Amethyst #955CCC
Tints of Amethyst #955CCC
RGB
CMYK
RGB Variations
Color information
#955CCC (or 0x955CCC) is known color: Amethyst. HEX triplet: 95, 5C and CC. RGB value is (149,92,204). Sum of RGB (Red+Green+Blue) = 149+92+204=445 (58% of max value = 765). Red value is 149 (58.59% from 255 or 33.48% from 445); Green value is 92 (36.33% from 255 or 20.67% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 204 - color contains mainly: blue. Hex color #955CCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CCC is #6AA333. Grayscale: #797979. Windows color (decimal): -6988596 or 13393045. OLE color: 13393045.
HSL color Cylindrical-coordinate representation of color #955CCC: hue angle of 270.54º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #955CCC is Cyan = 0.27, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 92 | 204 | - |
| CMYK | 0.27 | 0.55 | 0 | 0.2 |
| HSL | 270.54º | 0.52% | 0.58% | - |
| HSV(B) | 270.54º | 0.55% | 0.8% | - |
| XYZ | 27.12 | 18.4 | 59.25 | - |
| YUV | 121.81 | 174.38 | 147.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 204 | 0.27 | 0.55 | 0 | 0.2 | 270.54 | 0.52 | 0.58 |
| Hex | 95 | 5C | CC | 1B | 37 | 0 | 14 | 10F | 34 | 3A |
| Octal | 225 | 134 | 314 | 33 | 67 | 0 | 24 | 417 | 64 | 72 |
| Binary | 10010101 | 1011100 | 11001100 | 11011 | 110111 | 0 | 10100 | 100001111 | 110100 | 111010 |
Color Harmonies of #955CCC
Complementary color
Monochromatic Colors of #955CCC
Black with #955CCC
Text Example
Text Example
White with #955CCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CCC; }
p { color: rgb(149,92,204); }
H1.HeaderClassName
{
color: #955CCC;
}
.AnyTagClassName
{
color: #955CCC;
}
</style>
background-color css
<style>
a { background-color: #955CCC; }
a { background-color: rgb(149,92,204); }
div.DivClassName
{
background-color: #955CCC;
}
.BgClassName
{
background-color: #955CCC;
}
</style>
border-color css
<style>
span { border-color: #955CCC; }
span { border-color: rgb(149,92,204); }
td.TdClassName
{
border-color: #955CCC;
}
.TagClassName
{
border-color: #955CCC;
}
</style>