Shades of Amethyst #955FCC
Tints of Amethyst #955FCC
RGB
CMYK
RGB Variations
Color information
#955FCC (or 0x955FCC) is known color: Amethyst. HEX triplet: 95, 5F and CC. RGB value is (149,95,204). Sum of RGB (Red+Green+Blue) = 149+95+204=448 (59% of max value = 765). Red value is 149 (58.59% from 255 or 33.26% from 448); Green value is 95 (37.5% from 255 or 21.21% from 448); Blue value is 204 (80.08% from 255 or 45.54% from 448); Max value from RGB is 204 - color contains mainly: blue. Hex color #955FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955FCC is #6AA033. Grayscale: #7B7B7B. Windows color (decimal): -6987828 or 13393813. OLE color: 13393813.
HSL color Cylindrical-coordinate representation of color #955FCC: hue angle of 269.72º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955FCC is Cyan = 0.27, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 149 | 95 | 204 | - |
| CMYK | 0.27 | 0.53 | 0 | 0.2 |
| HSL | 269.72º | 0.52% | 0.59% | - |
| HSV(B) | 269.72º | 0.53% | 0.8% | - |
| XYZ | 27.39 | 18.93 | 59.34 | - |
| YUV | 123.57 | 173.39 | 146.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 95 | 204 | 0.27 | 0.53 | 0 | 0.2 | 269.72 | 0.52 | 0.59 |
| Hex | 95 | 5F | CC | 1B | 35 | 0 | 14 | 10E | 34 | 3B |
| Octal | 225 | 137 | 314 | 33 | 65 | 0 | 24 | 416 | 64 | 73 |
| Binary | 10010101 | 1011111 | 11001100 | 11011 | 110101 | 0 | 10100 | 100001110 | 110100 | 111011 |
Color Harmonies of #955FCC
Complementary color
Monochromatic Colors of #955FCC
Black with #955FCC
Text Example
Text Example
White with #955FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955FCC; }
p { color: rgb(149,95,204); }
H1.HeaderClassName
{
color: #955FCC;
}
.AnyTagClassName
{
color: #955FCC;
}
</style>
background-color css
<style>
a { background-color: #955FCC; }
a { background-color: rgb(149,95,204); }
div.DivClassName
{
background-color: #955FCC;
}
.BgClassName
{
background-color: #955FCC;
}
</style>
border-color css
<style>
span { border-color: #955FCC; }
span { border-color: rgb(149,95,204); }
td.TdClassName
{
border-color: #955FCC;
}
.TagClassName
{
border-color: #955FCC;
}
</style>