Shades of Dark Purple #962492
Tints of Dark Purple #962492
RGB
CMYK
RGB Variations
Color information
#962492 (or 0x962492) is known color: Dark Purple. HEX triplet: 96, 24 and 92. RGB value is (150,36,146). Sum of RGB (Red+Green+Blue) = 150+36+146=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 36 (14.45% from 255 or 10.84% from 332); Blue value is 146 (57.42% from 255 or 43.98% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #962492 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962492 is #69DB6D. Grayscale: #525252. Windows color (decimal): -6937454 or 9577622. OLE color: 9577622.
HSL color Cylindrical-coordinate representation of color #962492: hue angle of 302.11º degrees, saturation: 0.61, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #962492 is Cyan = 0, Magento = 0.76, Yellow = 0.03 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 36 | 146 | - |
| CMYK | 0 | 0.76 | 0.03 | 0.41 |
| HSL | 302.11º | 0.61% | 0.36% | - |
| HSV(B) | 302.11º | 0.76% | 0.59% | - |
| XYZ | 18.4 | 9.82 | 28.12 | - |
| YUV | 82.63 | 163.77 | 176.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 36 | 146 | 0 | 0.76 | 0.03 | 0.41 | 302.11 | 0.61 | 0.36 |
| Hex | 96 | 24 | 92 | 0 | 4C | 3 | 29 | 12E | 3D | 24 |
| Octal | 226 | 44 | 222 | 0 | 114 | 3 | 51 | 456 | 75 | 44 |
| Binary | 10010110 | 100100 | 10010010 | 0 | 1001100 | 11 | 101001 | 100101110 | 111101 | 100100 |
Color Harmonies of #962492
Complementary color
Monochromatic Colors of #962492
Black with #962492
Text Example
Text Example
White with #962492
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962492; }
p { color: rgb(150,36,146); }
H1.HeaderClassName
{
color: #962492;
}
.AnyTagClassName
{
color: #962492;
}
</style>
background-color css
<style>
a { background-color: #962492; }
a { background-color: rgb(150,36,146); }
div.DivClassName
{
background-color: #962492;
}
.BgClassName
{
background-color: #962492;
}
</style>
border-color css
<style>
span { border-color: #962492; }
span { border-color: rgb(150,36,146); }
td.TdClassName
{
border-color: #962492;
}
.TagClassName
{
border-color: #962492;
}
</style>