Shades of Dark Purple #963281
Tints of Dark Purple #963281
RGB
CMYK
RGB Variations
Color information
#963281 (or 0x963281) is known color: Dark Purple. HEX triplet: 96, 32 and 81. RGB value is (150,50,129). Sum of RGB (Red+Green+Blue) = 150+50+129=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 50 (19.92% from 255 or 15.20% from 329); Blue value is 129 (50.78% from 255 or 39.21% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #963281 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963281 is #69CD7E. Grayscale: #585858. Windows color (decimal): -6933887 or 8467094. OLE color: 8467094.
HSL color Cylindrical-coordinate representation of color #963281: hue angle of 312.6º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963281 is Cyan = 0, Magento = 0.67, Yellow = 0.14 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 129 | - |
| CMYK | 0 | 0.67 | 0.14 | 0.41 |
| HSL | 312.6º | 0.5% | 0.39% | - |
| HSV(B) | 312.6º | 0.67% | 0.59% | - |
| XYZ | 17.68 | 10.35 | 21.83 | - |
| YUV | 88.91 | 150.63 | 171.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 129 | 0 | 0.67 | 0.14 | 0.41 | 312.6 | 0.5 | 0.39 |
| Hex | 96 | 32 | 81 | 0 | 43 | E | 29 | 139 | 32 | 27 |
| Octal | 226 | 62 | 201 | 0 | 103 | 16 | 51 | 471 | 62 | 47 |
| Binary | 10010110 | 110010 | 10000001 | 0 | 1000011 | 1110 | 101001 | 100111001 | 110010 | 100111 |
Color Harmonies of #963281
Complementary color
Monochromatic Colors of #963281
Black with #963281
Text Example
Text Example
White with #963281
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963281; }
p { color: rgb(150,50,129); }
H1.HeaderClassName
{
color: #963281;
}
.AnyTagClassName
{
color: #963281;
}
</style>
background-color css
<style>
a { background-color: #963281; }
a { background-color: rgb(150,50,129); }
div.DivClassName
{
background-color: #963281;
}
.BgClassName
{
background-color: #963281;
}
</style>
border-color css
<style>
span { border-color: #963281; }
span { border-color: rgb(150,50,129); }
td.TdClassName
{
border-color: #963281;
}
.TagClassName
{
border-color: #963281;
}
</style>