Shades of Dark Purple #96286F
Tints of Dark Purple #96286F
RGB
CMYK
RGB Variations
Color information
#96286F (or 0x96286F) is known color: Dark Purple. HEX triplet: 96, 28 and 6F. RGB value is (150,40,111). Sum of RGB (Red+Green+Blue) = 150+40+111=301 (39% of max value = 765). Red value is 150 (58.98% from 255 or 49.83% from 301); Green value is 40 (16.02% from 255 or 13.29% from 301); Blue value is 111 (43.75% from 255 or 36.88% from 301); Max value from RGB is 150 - color contains mainly: red. Hex color #96286F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96286F is #69D790. Grayscale: #505050. Windows color (decimal): -6936465 or 7284886. OLE color: 7284886.
HSL color Cylindrical-coordinate representation of color #96286F: hue angle of 321.27º degrees, saturation: 0.58, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #96286F is Cyan = 0, Magento = 0.73, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 111 | - |
| CMYK | 0 | 0.73 | 0.26 | 0.41 |
| HSL | 321.27º | 0.58% | 0.37% | - |
| HSV(B) | 321.27º | 0.73% | 0.59% | - |
| XYZ | 16.21 | 9.15 | 15.95 | - |
| YUV | 80.98 | 144.94 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 111 | 0 | 0.73 | 0.26 | 0.41 | 321.27 | 0.58 | 0.37 |
| Hex | 96 | 28 | 6F | 0 | 49 | 1A | 29 | 141 | 3A | 25 |
| Octal | 226 | 50 | 157 | 0 | 111 | 32 | 51 | 501 | 72 | 45 |
| Binary | 10010110 | 101000 | 1101111 | 0 | 1001001 | 11010 | 101001 | 101000001 | 111010 | 100101 |
Color Harmonies of #96286F
Complementary color
Monochromatic Colors of #96286F
Black with #96286F
Text Example
Text Example
White with #96286F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96286F; }
p { color: rgb(150,40,111); }
H1.HeaderClassName
{
color: #96286F;
}
.AnyTagClassName
{
color: #96286F;
}
</style>
background-color css
<style>
a { background-color: #96286F; }
a { background-color: rgb(150,40,111); }
div.DivClassName
{
background-color: #96286F;
}
.BgClassName
{
background-color: #96286F;
}
</style>
border-color css
<style>
span { border-color: #96286F; }
span { border-color: rgb(150,40,111); }
td.TdClassName
{
border-color: #96286F;
}
.TagClassName
{
border-color: #96286F;
}
</style>