Shades of Amethyst #946BCE
Tints of Amethyst #946BCE
RGB
CMYK
RGB Variations
Color information
#946BCE (or 0x946BCE) is known color: Amethyst. HEX triplet: 94, 6B and CE. RGB value is (148,107,206). Sum of RGB (Red+Green+Blue) = 148+107+206=461 (61% of max value = 765). Red value is 148 (58.20% from 255 or 32.10% from 461); Green value is 107 (42.19% from 255 or 23.21% from 461); Blue value is 206 (80.86% from 255 or 44.69% from 461); Max value from RGB is 206 - color contains mainly: blue. Hex color #946BCE is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #946BCE is #6B9431. Grayscale: #828282. Windows color (decimal): -7050290 or 13527956. OLE color: 13527956.
HSL color Cylindrical-coordinate representation of color #946BCE: hue angle of 264.85º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #946BCE is Cyan = 0.28, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 148 | 107 | 206 | - |
| CMYK | 0.28 | 0.48 | 0 | 0.19 |
| HSL | 264.85º | 0.5% | 0.61% | - |
| HSV(B) | 264.85º | 0.48% | 0.81% | - |
| XYZ | 28.61 | 21.27 | 60.99 | - |
| YUV | 130.55 | 170.58 | 140.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 107 | 206 | 0.28 | 0.48 | 0 | 0.19 | 264.85 | 0.5 | 0.61 |
| Hex | 94 | 6B | CE | 1C | 30 | 0 | 13 | 109 | 32 | 3D |
| Octal | 224 | 153 | 316 | 34 | 60 | 0 | 23 | 411 | 62 | 75 |
| Binary | 10010100 | 1101011 | 11001110 | 11100 | 110000 | 0 | 10011 | 100001001 | 110010 | 111101 |
Color Harmonies of #946BCE
Complementary color
Monochromatic Colors of #946BCE
Black with #946BCE
Text Example
Text Example
White with #946BCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #946BCE; }
p { color: rgb(148,107,206); }
H1.HeaderClassName
{
color: #946BCE;
}
.AnyTagClassName
{
color: #946BCE;
}
</style>
background-color css
<style>
a { background-color: #946BCE; }
a { background-color: rgb(148,107,206); }
div.DivClassName
{
background-color: #946BCE;
}
.BgClassName
{
background-color: #946BCE;
}
</style>
border-color css
<style>
span { border-color: #946BCE; }
span { border-color: rgb(148,107,206); }
td.TdClassName
{
border-color: #946BCE;
}
.TagClassName
{
border-color: #946BCE;
}
</style>