Shades of Amethyst #965ACB
Tints of Amethyst #965ACB
RGB
CMYK
RGB Variations
Color information
#965ACB (or 0x965ACB) is known color: Amethyst. HEX triplet: 96, 5A and CB. RGB value is (150,90,203). Sum of RGB (Red+Green+Blue) = 150+90+203=443 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.86% from 443); Green value is 90 (35.55% from 255 or 20.32% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #965ACB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965ACB is #69A534. Grayscale: #787878. Windows color (decimal): -6923573 or 13326998. OLE color: 13326998.
HSL color Cylindrical-coordinate representation of color #965ACB: hue angle of 271.86º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #965ACB is Cyan = 0.26, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 90 | 203 | - |
| CMYK | 0.26 | 0.56 | 0 | 0.20 |
| HSL | 271.86º | 0.52% | 0.57% | - |
| HSV(B) | 271.86º | 0.56% | 0.8% | - |
| XYZ | 27.01 | 18.11 | 58.57 | - |
| YUV | 120.82 | 174.38 | 148.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 90 | 203 | 0.26 | 0.56 | 0 | 0.20 | 271.86 | 0.52 | 0.57 |
| Hex | 96 | 5A | CB | 1A | 38 | 0 | 14 | 110 | 34 | 39 |
| Octal | 226 | 132 | 313 | 32 | 70 | 0 | 24 | 420 | 64 | 71 |
| Binary | 10010110 | 1011010 | 11001011 | 11010 | 111000 | 0 | 10100 | 100010000 | 110100 | 111001 |
Color Harmonies of #965ACB
Complementary color
Monochromatic Colors of #965ACB
Black with #965ACB
Text Example
Text Example
White with #965ACB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965ACB; }
p { color: rgb(150,90,203); }
H1.HeaderClassName
{
color: #965ACB;
}
.AnyTagClassName
{
color: #965ACB;
}
</style>
background-color css
<style>
a { background-color: #965ACB; }
a { background-color: rgb(150,90,203); }
div.DivClassName
{
background-color: #965ACB;
}
.BgClassName
{
background-color: #965ACB;
}
</style>
border-color css
<style>
span { border-color: #965ACB; }
span { border-color: rgb(150,90,203); }
td.TdClassName
{
border-color: #965ACB;
}
.TagClassName
{
border-color: #965ACB;
}
</style>