Shades of Amethyst #9A6ECB
Tints of Amethyst #9A6ECB
RGB
CMYK
RGB Variations
Color information
#9A6ECB (or 0x9A6ECB) is known color: Amethyst. HEX triplet: 9A, 6E and CB. RGB value is (154,110,203). Sum of RGB (Red+Green+Blue) = 154+110+203=467 (61% of max value = 765). Red value is 154 (60.55% from 255 or 32.98% from 467); Green value is 110 (43.36% from 255 or 23.55% from 467); Blue value is 203 (79.69% from 255 or 43.47% from 467); Max value from RGB is 203 - color contains mainly: blue. Hex color #9A6ECB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #9A6ECB is #659134. Grayscale: #858585. Windows color (decimal): -6656309 or 13332122. OLE color: 13332122.
HSL color Cylindrical-coordinate representation of color #9A6ECB: hue angle of 268.39º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #9A6ECB is Cyan = 0.24, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 154 | 110 | 203 | - |
| CMYK | 0.24 | 0.46 | 0 | 0.20 |
| HSL | 268.39º | 0.47% | 0.61% | - |
| HSV(B) | 268.39º | 0.46% | 0.8% | - |
| XYZ | 29.68 | 22.33 | 59.25 | - |
| YUV | 133.76 | 167.08 | 142.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 154 | 110 | 203 | 0.24 | 0.46 | 0 | 0.20 | 268.39 | 0.47 | 0.61 |
| Hex | 9A | 6E | CB | 18 | 2E | 0 | 14 | 10C | 2F | 3D |
| Octal | 232 | 156 | 313 | 30 | 56 | 0 | 24 | 414 | 57 | 75 |
| Binary | 10011010 | 1101110 | 11001011 | 11000 | 101110 | 0 | 10100 | 100001100 | 101111 | 111101 |
Color Harmonies of #9A6ECB
Complementary color
Monochromatic Colors of #9A6ECB
Black with #9A6ECB
Text Example
Text Example
White with #9A6ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9A6ECB; }
p { color: rgb(154,110,203); }
H1.HeaderClassName
{
color: #9A6ECB;
}
.AnyTagClassName
{
color: #9A6ECB;
}
</style>
background-color css
<style>
a { background-color: #9A6ECB; }
a { background-color: rgb(154,110,203); }
div.DivClassName
{
background-color: #9A6ECB;
}
.BgClassName
{
background-color: #9A6ECB;
}
</style>
border-color css
<style>
span { border-color: #9A6ECB; }
span { border-color: rgb(154,110,203); }
td.TdClassName
{
border-color: #9A6ECB;
}
.TagClassName
{
border-color: #9A6ECB;
}
</style>