Shades of Dark Purple #962F8B
Tints of Dark Purple #962F8B
RGB
CMYK
RGB Variations
Color information
#962F8B (or 0x962F8B) is known color: Dark Purple. HEX triplet: 96, 2F and 8B. RGB value is (150,47,139). Sum of RGB (Red+Green+Blue) = 150+47+139=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 47 (18.75% from 255 or 13.99% from 336); Blue value is 139 (54.69% from 255 or 41.37% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962F8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962F8B is #69D074. Grayscale: #585858. Windows color (decimal): -6934645 or 9121686. OLE color: 9121686.
HSL color Cylindrical-coordinate representation of color #962F8B: hue angle of 306.41º 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 #962F8B is Cyan = 0, Magento = 0.69, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 139 | - |
| CMYK | 0 | 0.69 | 0.07 | 0.41 |
| HSL | 306.41º | 0.52% | 0.39% | - |
| HSV(B) | 306.41º | 0.69% | 0.59% | - |
| XYZ | 18.25 | 10.38 | 25.47 | - |
| YUV | 88.29 | 156.62 | 172.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 139 | 0 | 0.69 | 0.07 | 0.41 | 306.41 | 0.52 | 0.39 |
| Hex | 96 | 2F | 8B | 0 | 45 | 7 | 29 | 132 | 34 | 27 |
| Octal | 226 | 57 | 213 | 0 | 105 | 7 | 51 | 462 | 64 | 47 |
| Binary | 10010110 | 101111 | 10001011 | 0 | 1000101 | 111 | 101001 | 100110010 | 110100 | 100111 |
Color Harmonies of #962F8B
Complementary color
Monochromatic Colors of #962F8B
Black with #962F8B
Text Example
Text Example
White with #962F8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F8B; }
p { color: rgb(150,47,139); }
H1.HeaderClassName
{
color: #962F8B;
}
.AnyTagClassName
{
color: #962F8B;
}
</style>
background-color css
<style>
a { background-color: #962F8B; }
a { background-color: rgb(150,47,139); }
div.DivClassName
{
background-color: #962F8B;
}
.BgClassName
{
background-color: #962F8B;
}
</style>
border-color css
<style>
span { border-color: #962F8B; }
span { border-color: rgb(150,47,139); }
td.TdClassName
{
border-color: #962F8B;
}
.TagClassName
{
border-color: #962F8B;
}
</style>