Shades of Dark Purple #962282
Tints of Dark Purple #962282
RGB
CMYK
RGB Variations
Color information
#962282 (or 0x962282) is known color: Dark Purple. HEX triplet: 96, 22 and 82. RGB value is (150,34,130). Sum of RGB (Red+Green+Blue) = 150+34+130=314 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.77% from 314); Green value is 34 (13.67% from 255 or 10.83% from 314); Blue value is 130 (51.17% from 255 or 41.40% from 314); Max value from RGB is 150 - color contains mainly: red. Hex color #962282 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962282 is #69DD7D. Grayscale: #4F4F4F. Windows color (decimal): -6937982 or 8528534. OLE color: 8528534.
HSL color Cylindrical-coordinate representation of color #962282: hue angle of 310.34º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #962282 is Cyan = 0, Magento = 0.77, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 130 | - |
| CMYK | 0 | 0.77 | 0.13 | 0.41 |
| HSL | 310.34º | 0.63% | 0.36% | - |
| HSV(B) | 310.34º | 0.77% | 0.59% | - |
| XYZ | 17.18 | 9.24 | 22 | - |
| YUV | 79.63 | 156.43 | 178.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 130 | 0 | 0.77 | 0.13 | 0.41 | 310.34 | 0.63 | 0.36 |
| Hex | 96 | 22 | 82 | 0 | 4D | D | 29 | 136 | 3F | 24 |
| Octal | 226 | 42 | 202 | 0 | 115 | 15 | 51 | 466 | 77 | 44 |
| Binary | 10010110 | 100010 | 10000010 | 0 | 1001101 | 1101 | 101001 | 100110110 | 111111 | 100100 |
Color Harmonies of #962282
Complementary color
Monochromatic Colors of #962282
Black with #962282
Text Example
Text Example
White with #962282
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962282; }
p { color: rgb(150,34,130); }
H1.HeaderClassName
{
color: #962282;
}
.AnyTagClassName
{
color: #962282;
}
</style>
background-color css
<style>
a { background-color: #962282; }
a { background-color: rgb(150,34,130); }
div.DivClassName
{
background-color: #962282;
}
.BgClassName
{
background-color: #962282;
}
</style>
border-color css
<style>
span { border-color: #962282; }
span { border-color: rgb(150,34,130); }
td.TdClassName
{
border-color: #962282;
}
.TagClassName
{
border-color: #962282;
}
</style>