Shades of Dark Purple #962F83
Tints of Dark Purple #962F83
RGB
CMYK
RGB Variations
Color information
#962F83 (or 0x962F83) is known color: Dark Purple. HEX triplet: 96, 2F and 83. RGB value is (150,47,131). Sum of RGB (Red+Green+Blue) = 150+47+131=328 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.73% from 328); Green value is 47 (18.75% from 255 or 14.33% from 328); Blue value is 131 (51.56% from 255 or 39.94% from 328); Max value from RGB is 150 - color contains mainly: red. Hex color #962F83 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962F83 is #69D07C. Grayscale: #575757. Windows color (decimal): -6934653 or 8597398. OLE color: 8597398.
HSL color Cylindrical-coordinate representation of color #962F83: hue angle of 311.07º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F83 is Cyan = 0, Magento = 0.69, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 131 | - |
| CMYK | 0 | 0.69 | 0.13 | 0.41 |
| HSL | 311.07º | 0.52% | 0.39% | - |
| HSV(B) | 311.07º | 0.69% | 0.59% | - |
| XYZ | 17.69 | 10.16 | 22.5 | - |
| YUV | 87.37 | 152.62 | 172.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 131 | 0 | 0.69 | 0.13 | 0.41 | 311.07 | 0.52 | 0.39 |
| Hex | 96 | 2F | 83 | 0 | 45 | D | 29 | 137 | 34 | 27 |
| Octal | 226 | 57 | 203 | 0 | 105 | 15 | 51 | 467 | 64 | 47 |
| Binary | 10010110 | 101111 | 10000011 | 0 | 1000101 | 1101 | 101001 | 100110111 | 110100 | 100111 |
Color Harmonies of #962F83
Complementary color
Monochromatic Colors of #962F83
Black with #962F83
Text Example
Text Example
White with #962F83
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F83; }
p { color: rgb(150,47,131); }
H1.HeaderClassName
{
color: #962F83;
}
.AnyTagClassName
{
color: #962F83;
}
</style>
background-color css
<style>
a { background-color: #962F83; }
a { background-color: rgb(150,47,131); }
div.DivClassName
{
background-color: #962F83;
}
.BgClassName
{
background-color: #962F83;
}
</style>
border-color css
<style>
span { border-color: #962F83; }
span { border-color: rgb(150,47,131); }
td.TdClassName
{
border-color: #962F83;
}
.TagClassName
{
border-color: #962F83;
}
</style>