Shades of Amethyst #955CDB
Tints of Amethyst #955CDB
RGB
CMYK
RGB Variations
Color information
#955CDB (or 0x955CDB) is known color: Amethyst. HEX triplet: 95, 5C and DB. RGB value is (149,92,219). Sum of RGB (Red+Green+Blue) = 149+92+219=460 (60% of max value = 765). Red value is 149 (58.59% from 255 or 32.39% from 460); Green value is 92 (36.33% from 255 or 20% from 460); Blue value is 219 (85.94% from 255 or 47.61% from 460); Max value from RGB is 219 - color contains mainly: blue. Hex color #955CDB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #955CDB is #6AA324. Grayscale: #7B7B7B. Windows color (decimal): -6988581 or 14376085. OLE color: 14376085.
HSL color Cylindrical-coordinate representation of color #955CDB: hue angle of 266.93º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #955CDB is Cyan = 0.32, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 149 | 92 | 219 | - |
| CMYK | 0.32 | 0.58 | 0 | 0.14 |
| HSL | 266.93º | 0.64% | 0.61% | - |
| HSV(B) | 266.93º | 0.58% | 0.86% | - |
| XYZ | 29.01 | 19.16 | 69.19 | - |
| YUV | 123.52 | 181.88 | 146.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 149 | 92 | 219 | 0.32 | 0.58 | 0 | 0.14 | 266.93 | 0.64 | 0.61 |
| Hex | 95 | 5C | DB | 20 | 3A | 0 | E | 10B | 40 | 3D |
| Octal | 225 | 134 | 333 | 40 | 72 | 0 | 16 | 413 | 100 | 75 |
| Binary | 10010101 | 1011100 | 11011011 | 100000 | 111010 | 0 | 1110 | 100001011 | 1000000 | 111101 |
Color Harmonies of #955CDB
Complementary color
Monochromatic Colors of #955CDB
Black with #955CDB
Text Example
Text Example
White with #955CDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #955CDB; }
p { color: rgb(149,92,219); }
H1.HeaderClassName
{
color: #955CDB;
}
.AnyTagClassName
{
color: #955CDB;
}
</style>
background-color css
<style>
a { background-color: #955CDB; }
a { background-color: rgb(149,92,219); }
div.DivClassName
{
background-color: #955CDB;
}
.BgClassName
{
background-color: #955CDB;
}
</style>
border-color css
<style>
span { border-color: #955CDB; }
span { border-color: rgb(149,92,219); }
td.TdClassName
{
border-color: #955CDB;
}
.TagClassName
{
border-color: #955CDB;
}
</style>