Shades of Amethyst #925BD2
Tints of Amethyst #925BD2
RGB
CMYK
RGB Variations
Color information
#925BD2 (or 0x925BD2) is known color: Amethyst. HEX triplet: 92, 5B and D2. RGB value is (146,91,210). Sum of RGB (Red+Green+Blue) = 146+91+210=447 (59% of max value = 765). Red value is 146 (57.42% from 255 or 32.66% from 447); Green value is 91 (35.94% from 255 or 20.36% from 447); Blue value is 210 (82.42% from 255 or 46.98% from 447); Max value from RGB is 210 - color contains mainly: blue. Hex color #925BD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #925BD2 is #6DA42D. Grayscale: #787878. Windows color (decimal): -7185454 or 13786002. OLE color: 13786002.
HSL color Cylindrical-coordinate representation of color #925BD2: hue angle of 267.73º degrees, saturation: 0.57, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #925BD2 is Cyan = 0.30, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 146 | 91 | 210 | - |
| CMYK | 0.30 | 0.57 | 0 | 0.18 |
| HSL | 267.73º | 0.57% | 0.59% | - |
| HSV(B) | 267.73º | 0.57% | 0.82% | - |
| XYZ | 27.23 | 18.25 | 63.06 | - |
| YUV | 121.01 | 178.22 | 145.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 146 | 91 | 210 | 0.30 | 0.57 | 0 | 0.18 | 267.73 | 0.57 | 0.59 |
| Hex | 92 | 5B | D2 | 1E | 39 | 0 | 12 | 10C | 39 | 3B |
| Octal | 222 | 133 | 322 | 36 | 71 | 0 | 22 | 414 | 71 | 73 |
| Binary | 10010010 | 1011011 | 11010010 | 11110 | 111001 | 0 | 10010 | 100001100 | 111001 | 111011 |
Color Harmonies of #925BD2
Complementary color
Monochromatic Colors of #925BD2
Black with #925BD2
Text Example
Text Example
White with #925BD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #925BD2; }
p { color: rgb(146,91,210); }
H1.HeaderClassName
{
color: #925BD2;
}
.AnyTagClassName
{
color: #925BD2;
}
</style>
background-color css
<style>
a { background-color: #925BD2; }
a { background-color: rgb(146,91,210); }
div.DivClassName
{
background-color: #925BD2;
}
.BgClassName
{
background-color: #925BD2;
}
</style>
border-color css
<style>
span { border-color: #925BD2; }
span { border-color: rgb(146,91,210); }
td.TdClassName
{
border-color: #925BD2;
}
.TagClassName
{
border-color: #925BD2;
}
</style>