Shades of Dark Purple #962A8D
Tints of Dark Purple #962A8D
RGB
CMYK
RGB Variations
Color information
#962A8D (or 0x962A8D) is known color: Dark Purple. HEX triplet: 96, 2A and 8D. RGB value is (150,42,141). Sum of RGB (Red+Green+Blue) = 150+42+141=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 42 (16.80% from 255 or 12.61% from 333); Blue value is 141 (55.47% from 255 or 42.34% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #962A8D is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962A8D is #69D572. Grayscale: #555555. Windows color (decimal): -6935923 or 9251478. OLE color: 9251478.
HSL color Cylindrical-coordinate representation of color #962A8D: hue angle of 305º degrees, saturation: 0.56, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #962A8D is Cyan = 0, Magento = 0.72, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 42 | 141 | - |
| CMYK | 0 | 0.72 | 0.06 | 0.41 |
| HSL | 305º | 0.56% | 0.38% | - |
| HSV(B) | 305º | 0.72% | 0.59% | - |
| XYZ | 18.21 | 10.06 | 26.18 | - |
| YUV | 85.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 42 | 141 | 0 | 0.72 | 0.06 | 0.41 | 305 | 0.56 | 0.38 |
| Hex | 96 | 2A | 8D | 0 | 48 | 6 | 29 | 131 | 38 | 26 |
| Octal | 226 | 52 | 215 | 0 | 110 | 6 | 51 | 461 | 70 | 46 |
| Binary | 10010110 | 101010 | 10001101 | 0 | 1001000 | 110 | 101001 | 100110001 | 111000 | 100110 |
Color Harmonies of #962A8D
Complementary color
Monochromatic Colors of #962A8D
Black with #962A8D
Text Example
Text Example
White with #962A8D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962A8D; }
p { color: rgb(150,42,141); }
H1.HeaderClassName
{
color: #962A8D;
}
.AnyTagClassName
{
color: #962A8D;
}
</style>
background-color css
<style>
a { background-color: #962A8D; }
a { background-color: rgb(150,42,141); }
div.DivClassName
{
background-color: #962A8D;
}
.BgClassName
{
background-color: #962A8D;
}
</style>
border-color css
<style>
span { border-color: #962A8D; }
span { border-color: rgb(150,42,141); }
td.TdClassName
{
border-color: #962A8D;
}
.TagClassName
{
border-color: #962A8D;
}
</style>