Shades of Dark Purple #961482
Tints of Dark Purple #961482
RGB
CMYK
RGB Variations
Color information
#961482 (or 0x961482) is known color: Dark Purple. HEX triplet: 96, 14 and 82. RGB value is (150,20,130). Sum of RGB (Red+Green+Blue) = 150+20+130=300 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50% from 300); Green value is 20 (8.20% from 255 or 6.67% from 300); Blue value is 130 (51.17% from 255 or 43.33% from 300); Max value from RGB is 150 - color contains mainly: red. Hex color #961482 is not a web safe color. Web safe color analog (approx): #990099. Inversed color of #961482 is #69EB7D. Grayscale: #474747. Windows color (decimal): -6941566 or 8524950. OLE color: 8524950.
HSL color Cylindrical-coordinate representation of color #961482: hue angle of 309.23º degrees, saturation: 0.76, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #961482 is Cyan = 0, Magento = 0.87, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 20 | 130 | - |
| CMYK | 0 | 0.87 | 0.13 | 0.41 |
| HSL | 309.23º | 0.76% | 0.33% | - |
| HSV(B) | 309.23º | 0.87% | 0.59% | - |
| XYZ | 16.86 | 8.6 | 21.89 | - |
| YUV | 71.41 | 161.07 | 184.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 20 | 130 | 0 | 0.87 | 0.13 | 0.41 | 309.23 | 0.76 | 0.33 |
| Hex | 96 | 14 | 82 | 0 | 57 | D | 29 | 135 | 4C | 21 |
| Octal | 226 | 24 | 202 | 0 | 127 | 15 | 51 | 465 | 114 | 41 |
| Binary | 10010110 | 10100 | 10000010 | 0 | 1010111 | 1101 | 101001 | 100110101 | 1001100 | 100001 |
Color Harmonies of #961482
Complementary color
Monochromatic Colors of #961482
Black with #961482
Text Example
Text Example
White with #961482
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961482; }
p { color: rgb(150,20,130); }
H1.HeaderClassName
{
color: #961482;
}
.AnyTagClassName
{
color: #961482;
}
</style>
background-color css
<style>
a { background-color: #961482; }
a { background-color: rgb(150,20,130); }
div.DivClassName
{
background-color: #961482;
}
.BgClassName
{
background-color: #961482;
}
</style>
border-color css
<style>
span { border-color: #961482; }
span { border-color: rgb(150,20,130); }
td.TdClassName
{
border-color: #961482;
}
.TagClassName
{
border-color: #961482;
}
</style>