Shades of Dark Purple #962B8F
Tints of Dark Purple #962B8F
RGB
CMYK
RGB Variations
Color information
#962B8F (or 0x962B8F) is known color: Dark Purple. HEX triplet: 96, 2B and 8F. RGB value is (150,43,143). Sum of RGB (Red+Green+Blue) = 150+43+143=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 43 (17.19% from 255 or 12.80% from 336); Blue value is 143 (56.25% from 255 or 42.56% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #962B8F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962B8F is #69D470. Grayscale: #565656. Windows color (decimal): -6935665 or 9382806. OLE color: 9382806.
HSL color Cylindrical-coordinate representation of color #962B8F: hue angle of 303.93º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B8F is Cyan = 0, Magento = 0.71, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 143 | - |
| CMYK | 0 | 0.71 | 0.05 | 0.41 |
| HSL | 303.93º | 0.55% | 0.38% | - |
| HSV(B) | 303.93º | 0.71% | 0.59% | - |
| XYZ | 18.4 | 10.19 | 26.98 | - |
| YUV | 86.39 | 159.95 | 173.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 143 | 0 | 0.71 | 0.05 | 0.41 | 303.93 | 0.55 | 0.38 |
| Hex | 96 | 2B | 8F | 0 | 47 | 5 | 29 | 130 | 37 | 26 |
| Octal | 226 | 53 | 217 | 0 | 107 | 5 | 51 | 460 | 67 | 46 |
| Binary | 10010110 | 101011 | 10001111 | 0 | 1000111 | 101 | 101001 | 100110000 | 110111 | 100110 |
Color Harmonies of #962B8F
Complementary color
Monochromatic Colors of #962B8F
Black with #962B8F
Text Example
Text Example
White with #962B8F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B8F; }
p { color: rgb(150,43,143); }
H1.HeaderClassName
{
color: #962B8F;
}
.AnyTagClassName
{
color: #962B8F;
}
</style>
background-color css
<style>
a { background-color: #962B8F; }
a { background-color: rgb(150,43,143); }
div.DivClassName
{
background-color: #962B8F;
}
.BgClassName
{
background-color: #962B8F;
}
</style>
border-color css
<style>
span { border-color: #962B8F; }
span { border-color: rgb(150,43,143); }
td.TdClassName
{
border-color: #962B8F;
}
.TagClassName
{
border-color: #962B8F;
}
</style>