Shades of Dark Purple #961A8E
Tints of Dark Purple #961A8E
RGB
CMYK
RGB Variations
Color information
#961A8E (or 0x961A8E) is known color: Dark Purple. HEX triplet: 96, 1A and 8E. RGB value is (150,26,142). Sum of RGB (Red+Green+Blue) = 150+26+142=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 26 (10.55% from 255 or 8.18% from 318); Blue value is 142 (55.86% from 255 or 44.65% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #961A8E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A8E is #69E571. Grayscale: #4B4B4B. Windows color (decimal): -6940018 or 9312918. OLE color: 9312918.
HSL color Cylindrical-coordinate representation of color #961A8E: hue angle of 303.87º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A8E is Cyan = 0, Magento = 0.83, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 142 | - |
| CMYK | 0 | 0.83 | 0.05 | 0.41 |
| HSL | 303.87º | 0.7% | 0.35% | - |
| HSV(B) | 303.87º | 0.83% | 0.59% | - |
| XYZ | 17.83 | 9.18 | 26.42 | - |
| YUV | 76.3 | 165.08 | 180.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 142 | 0 | 0.83 | 0.05 | 0.41 | 303.87 | 0.7 | 0.35 |
| Hex | 96 | 1A | 8E | 0 | 53 | 5 | 29 | 130 | 46 | 23 |
| Octal | 226 | 32 | 216 | 0 | 123 | 5 | 51 | 460 | 106 | 43 |
| Binary | 10010110 | 11010 | 10001110 | 0 | 1010011 | 101 | 101001 | 100110000 | 1000110 | 100011 |
Color Harmonies of #961A8E
Complementary color
Monochromatic Colors of #961A8E
Black with #961A8E
Text Example
Text Example
White with #961A8E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A8E; }
p { color: rgb(150,26,142); }
H1.HeaderClassName
{
color: #961A8E;
}
.AnyTagClassName
{
color: #961A8E;
}
</style>
background-color css
<style>
a { background-color: #961A8E; }
a { background-color: rgb(150,26,142); }
div.DivClassName
{
background-color: #961A8E;
}
.BgClassName
{
background-color: #961A8E;
}
</style>
border-color css
<style>
span { border-color: #961A8E; }
span { border-color: rgb(150,26,142); }
td.TdClassName
{
border-color: #961A8E;
}
.TagClassName
{
border-color: #961A8E;
}
</style>