Shades of Dark Purple #961A8B
Tints of Dark Purple #961A8B
RGB
CMYK
RGB Variations
Color information
#961A8B (or 0x961A8B) is known color: Dark Purple. HEX triplet: 96, 1A and 8B. RGB value is (150,26,139). Sum of RGB (Red+Green+Blue) = 150+26+139=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 26 (10.55% from 255 or 8.25% from 315); Blue value is 139 (54.69% from 255 or 44.13% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #961A8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #961A8B is #69E574. Grayscale: #4B4B4B. Windows color (decimal): -6940021 or 9116310. OLE color: 9116310.
HSL color Cylindrical-coordinate representation of color #961A8B: hue angle of 305.32º degrees, saturation: 0.7, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #961A8B is Cyan = 0, Magento = 0.83, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 26 | 139 | - |
| CMYK | 0 | 0.83 | 0.07 | 0.41 |
| HSL | 305.32º | 0.7% | 0.35% | - |
| HSV(B) | 305.32º | 0.83% | 0.59% | - |
| XYZ | 17.61 | 9.09 | 25.25 | - |
| YUV | 75.96 | 163.58 | 180.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 26 | 139 | 0 | 0.83 | 0.07 | 0.41 | 305.32 | 0.7 | 0.35 |
| Hex | 96 | 1A | 8B | 0 | 53 | 7 | 29 | 131 | 46 | 23 |
| Octal | 226 | 32 | 213 | 0 | 123 | 7 | 51 | 461 | 106 | 43 |
| Binary | 10010110 | 11010 | 10001011 | 0 | 1010011 | 111 | 101001 | 100110001 | 1000110 | 100011 |
Color Harmonies of #961A8B
Complementary color
Monochromatic Colors of #961A8B
Black with #961A8B
Text Example
Text Example
White with #961A8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #961A8B; }
p { color: rgb(150,26,139); }
H1.HeaderClassName
{
color: #961A8B;
}
.AnyTagClassName
{
color: #961A8B;
}
</style>
background-color css
<style>
a { background-color: #961A8B; }
a { background-color: rgb(150,26,139); }
div.DivClassName
{
background-color: #961A8B;
}
.BgClassName
{
background-color: #961A8B;
}
</style>
border-color css
<style>
span { border-color: #961A8B; }
span { border-color: rgb(150,26,139); }
td.TdClassName
{
border-color: #961A8B;
}
.TagClassName
{
border-color: #961A8B;
}
</style>