Shades of Dark Purple #96286D
Tints of Dark Purple #96286D
RGB
CMYK
RGB Variations
Color information
#96286D (or 0x96286D) is known color: Dark Purple. HEX triplet: 96, 28 and 6D. RGB value is (150,40,109). Sum of RGB (Red+Green+Blue) = 150+40+109=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 40 (16.02% from 255 or 13.38% from 299); Blue value is 109 (42.97% from 255 or 36.45% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96286D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96286D is #69D792. Grayscale: #505050. Windows color (decimal): -6936467 or 7153814. OLE color: 7153814.
HSL color Cylindrical-coordinate representation of color #96286D: hue angle of 322.36º 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 #96286D is Cyan = 0, Magento = 0.73, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 109 | - |
| CMYK | 0 | 0.73 | 0.27 | 0.41 |
| HSL | 322.36º | 0.58% | 0.37% | - |
| HSV(B) | 322.36º | 0.73% | 0.59% | - |
| XYZ | 16.1 | 9.11 | 15.38 | - |
| YUV | 80.76 | 143.94 | 177.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 109 | 0 | 0.73 | 0.27 | 0.41 | 322.36 | 0.58 | 0.37 |
| Hex | 96 | 28 | 6D | 0 | 49 | 1B | 29 | 142 | 3A | 25 |
| Octal | 226 | 50 | 155 | 0 | 111 | 33 | 51 | 502 | 72 | 45 |
| Binary | 10010110 | 101000 | 1101101 | 0 | 1001001 | 11011 | 101001 | 101000010 | 111010 | 100101 |
Color Harmonies of #96286D
Complementary color
Monochromatic Colors of #96286D
Black with #96286D
Text Example
Text Example
White with #96286D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96286D; }
p { color: rgb(150,40,109); }
H1.HeaderClassName
{
color: #96286D;
}
.AnyTagClassName
{
color: #96286D;
}
</style>
background-color css
<style>
a { background-color: #96286D; }
a { background-color: rgb(150,40,109); }
div.DivClassName
{
background-color: #96286D;
}
.BgClassName
{
background-color: #96286D;
}
</style>
border-color css
<style>
span { border-color: #96286D; }
span { border-color: rgb(150,40,109); }
td.TdClassName
{
border-color: #96286D;
}
.TagClassName
{
border-color: #96286D;
}
</style>