Shades of Amethyst #925BD0
Tints of Amethyst #925BD0
RGB
CMYK
RGB Variations
Color information
#925BD0 (or 0x925BD0) is known color: Amethyst. HEX triplet: 92, 5B and D0. RGB value is (146,91,208). Sum of RGB (Red+Green+Blue) = 146+91+208=445 (58% of max value = 765). Red value is 146 (57.42% from 255 or 32.81% from 445); Green value is 91 (35.94% from 255 or 20.45% from 445); Blue value is 208 (81.64% from 255 or 46.74% from 445); Max value from RGB is 208 - color contains mainly: blue. Hex color #925BD0 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BD0 is #6DA42F. Grayscale: #787878. Windows color (decimal): -7185456 or 13654930. OLE color: 13654930.
HSL color Cylindrical-coordinate representation of color #925BD0: hue angle of 268.21º degrees, saturation: 0.55, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #925BD0 is Cyan = 0.30, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 91 | 208 | - |
| CMYK | 0.30 | 0.56 | 0 | 0.18 |
| HSL | 268.21º | 0.55% | 0.59% | - |
| HSV(B) | 268.21º | 0.56% | 0.82% | - |
| XYZ | 26.98 | 18.15 | 61.76 | - |
| YUV | 120.78 | 177.22 | 145.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 208 | 0.30 | 0.56 | 0 | 0.18 | 268.21 | 0.55 | 0.59 |
| Hex | 92 | 5B | D0 | 1E | 38 | 0 | 12 | 10C | 37 | 3B |
| Octal | 222 | 133 | 320 | 36 | 70 | 0 | 22 | 414 | 67 | 73 |
| Binary | 10010010 | 1011011 | 11010000 | 11110 | 111000 | 0 | 10010 | 100001100 | 110111 | 111011 |
Color Harmonies of #925BD0
Complementary color
Monochromatic Colors of #925BD0
Black with #925BD0
Text Example
Text Example
White with #925BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BD0; }
p { color: rgb(146,91,208); }
H1.HeaderClassName
{
color: #925BD0;
}
.AnyTagClassName
{
color: #925BD0;
}
</style>
background-color css
<style>
a { background-color: #925BD0; }
a { background-color: rgb(146,91,208); }
div.DivClassName
{
background-color: #925BD0;
}
.BgClassName
{
background-color: #925BD0;
}
</style>
border-color css
<style>
span { border-color: #925BD0; }
span { border-color: rgb(146,91,208); }
td.TdClassName
{
border-color: #925BD0;
}
.TagClassName
{
border-color: #925BD0;
}
</style>