Shades of Amethyst #965BCB
Tints of Amethyst #965BCB
RGB
CMYK
RGB Variations
Color information
#965BCB (or 0x965BCB) is known color: Amethyst. HEX triplet: 96, 5B and CB. RGB value is (150,91,203). Sum of RGB (Red+Green+Blue) = 150+91+203=444 (58% of max value = 765). Red value is 150 (58.98% from 255 or 33.78% from 444); Green value is 91 (35.94% from 255 or 20.50% from 444); Blue value is 203 (79.69% from 255 or 45.72% from 444); Max value from RGB is 203 - color contains mainly: blue. Hex color #965BCB is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965BCB is #69A434. Grayscale: #797979. Windows color (decimal): -6923317 or 13327254. OLE color: 13327254.
HSL color Cylindrical-coordinate representation of color #965BCB: hue angle of 271.61º degrees, saturation: 0.52, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #965BCB is Cyan = 0.26, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 150 | 91 | 203 | - |
| CMYK | 0.26 | 0.55 | 0 | 0.20 |
| HSL | 271.61º | 0.52% | 0.58% | - |
| HSV(B) | 271.61º | 0.55% | 0.8% | - |
| XYZ | 27.1 | 18.28 | 58.6 | - |
| YUV | 121.41 | 174.05 | 148.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 91 | 203 | 0.26 | 0.55 | 0 | 0.20 | 271.61 | 0.52 | 0.58 |
| Hex | 96 | 5B | CB | 1A | 37 | 0 | 14 | 110 | 34 | 3A |
| Octal | 226 | 133 | 313 | 32 | 67 | 0 | 24 | 420 | 64 | 72 |
| Binary | 10010110 | 1011011 | 11001011 | 11010 | 110111 | 0 | 10100 | 100010000 | 110100 | 111010 |
Color Harmonies of #965BCB
Complementary color
Monochromatic Colors of #965BCB
Black with #965BCB
Text Example
Text Example
White with #965BCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965BCB; }
p { color: rgb(150,91,203); }
H1.HeaderClassName
{
color: #965BCB;
}
.AnyTagClassName
{
color: #965BCB;
}
</style>
background-color css
<style>
a { background-color: #965BCB; }
a { background-color: rgb(150,91,203); }
div.DivClassName
{
background-color: #965BCB;
}
.BgClassName
{
background-color: #965BCB;
}
</style>
border-color css
<style>
span { border-color: #965BCB; }
span { border-color: rgb(150,91,203); }
td.TdClassName
{
border-color: #965BCB;
}
.TagClassName
{
border-color: #965BCB;
}
</style>