Shades of Amethyst #965FCC
Tints of Amethyst #965FCC
RGB
CMYK
RGB Variations
Color information
#965FCC (or 0x965FCC) is known color: Amethyst. HEX triplet: 96, 5F and CC. RGB value is (150,95,204). Sum of RGB (Red+Green+Blue) = 150+95+204=449 (59% of max value = 765). Red value is 150 (58.98% from 255 or 33.41% from 449); Green value is 95 (37.5% from 255 or 21.16% from 449); Blue value is 204 (80.08% from 255 or 45.43% from 449); Max value from RGB is 204 - color contains mainly: blue. Hex color #965FCC is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #965FCC is #69A033. Grayscale: #7B7B7B. Windows color (decimal): -6922292 or 13393814. OLE color: 13393814.
HSL color Cylindrical-coordinate representation of color #965FCC: hue angle of 270.28º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #965FCC is Cyan = 0.26, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 150 | 95 | 204 | - |
| CMYK | 0.26 | 0.53 | 0 | 0.2 |
| HSL | 270.28º | 0.52% | 0.59% | - |
| HSV(B) | 270.28º | 0.53% | 0.8% | - |
| XYZ | 27.57 | 19.03 | 59.35 | - |
| YUV | 123.87 | 173.22 | 146.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 95 | 204 | 0.26 | 0.53 | 0 | 0.2 | 270.28 | 0.52 | 0.59 |
| Hex | 96 | 5F | CC | 1A | 35 | 0 | 14 | 10E | 34 | 3B |
| Octal | 226 | 137 | 314 | 32 | 65 | 0 | 24 | 416 | 64 | 73 |
| Binary | 10010110 | 1011111 | 11001100 | 11010 | 110101 | 0 | 10100 | 100001110 | 110100 | 111011 |
Color Harmonies of #965FCC
Complementary color
Monochromatic Colors of #965FCC
Black with #965FCC
Text Example
Text Example
White with #965FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #965FCC; }
p { color: rgb(150,95,204); }
H1.HeaderClassName
{
color: #965FCC;
}
.AnyTagClassName
{
color: #965FCC;
}
</style>
background-color css
<style>
a { background-color: #965FCC; }
a { background-color: rgb(150,95,204); }
div.DivClassName
{
background-color: #965FCC;
}
.BgClassName
{
background-color: #965FCC;
}
</style>
border-color css
<style>
span { border-color: #965FCC; }
span { border-color: rgb(150,95,204); }
td.TdClassName
{
border-color: #965FCC;
}
.TagClassName
{
border-color: #965FCC;
}
</style>