Shades of Amethyst #955CC4
Tints of Amethyst #955CC4
RGB
CMYK
RGB Variations
Color information
#955CC4 (or 0x955CC4) is known color: Amethyst. HEX triplet: 95, 5C and C4. RGB value is (149,92,196). Sum of RGB (Red+Green+Blue) = 149+92+196=437 (57% of max value = 765). Red value is 149 (58.59% from 255 or 34.10% from 437); Green value is 92 (36.33% from 255 or 21.05% from 437); Blue value is 196 (76.95% from 255 or 44.85% from 437); Max value from RGB is 196 - color contains mainly: blue. Hex color #955CC4 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CC4 is #6AA33B. Grayscale: #787878. Windows color (decimal): -6988604 or 12868757. OLE color: 12868757.
HSL color Cylindrical-coordinate representation of color #955CC4: hue angle of 272.88º degrees, saturation: 0.47, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #955CC4 is Cyan = 0.24, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.23.
Color convert
| RGB | 149 | 92 | 196 | - |
| CMYK | 0.24 | 0.53 | 0 | 0.23 |
| HSL | 272.88º | 0.47% | 0.56% | - |
| HSV(B) | 272.88º | 0.53% | 0.77% | - |
| XYZ | 26.19 | 18.03 | 54.32 | - |
| YUV | 120.9 | 170.38 | 148.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 196 | 0.24 | 0.53 | 0 | 0.23 | 272.88 | 0.47 | 0.56 |
| Hex | 95 | 5C | C4 | 18 | 35 | 0 | 17 | 111 | 2F | 38 |
| Octal | 225 | 134 | 304 | 30 | 65 | 0 | 27 | 421 | 57 | 70 |
| Binary | 10010101 | 1011100 | 11000100 | 11000 | 110101 | 0 | 10111 | 100010001 | 101111 | 111000 |
Color Harmonies of #955CC4
Complementary color
Monochromatic Colors of #955CC4
Black with #955CC4
Text Example
Text Example
White with #955CC4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CC4; }
p { color: rgb(149,92,196); }
H1.HeaderClassName
{
color: #955CC4;
}
.AnyTagClassName
{
color: #955CC4;
}
</style>
background-color css
<style>
a { background-color: #955CC4; }
a { background-color: rgb(149,92,196); }
div.DivClassName
{
background-color: #955CC4;
}
.BgClassName
{
background-color: #955CC4;
}
</style>
border-color css
<style>
span { border-color: #955CC4; }
span { border-color: rgb(149,92,196); }
td.TdClassName
{
border-color: #955CC4;
}
.TagClassName
{
border-color: #955CC4;
}
</style>