Shades of Dark Purple #96286B
Tints of Dark Purple #96286B
RGB
CMYK
RGB Variations
Color information
#96286B (or 0x96286B) is known color: Dark Purple. HEX triplet: 96, 28 and 6B. RGB value is (150,40,107). Sum of RGB (Red+Green+Blue) = 150+40+107=297 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.51% from 297); Green value is 40 (16.02% from 255 or 13.47% from 297); Blue value is 107 (42.19% from 255 or 36.03% from 297); Max value from RGB is 150 - color contains mainly: red. Hex color #96286B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96286B is #69D794. Grayscale: #505050. Windows color (decimal): -6936469 or 7022742. OLE color: 7022742.
HSL color Cylindrical-coordinate representation of color #96286B: hue angle of 323.45º 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 #96286B is Cyan = 0, Magento = 0.73, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 40 | 107 | - |
| CMYK | 0 | 0.73 | 0.29 | 0.41 |
| HSL | 323.45º | 0.58% | 0.37% | - |
| HSV(B) | 323.45º | 0.73% | 0.59% | - |
| XYZ | 15.99 | 9.06 | 14.82 | - |
| YUV | 80.53 | 142.94 | 177.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 40 | 107 | 0 | 0.73 | 0.29 | 0.41 | 323.45 | 0.58 | 0.37 |
| Hex | 96 | 28 | 6B | 0 | 49 | 1D | 29 | 143 | 3A | 25 |
| Octal | 226 | 50 | 153 | 0 | 111 | 35 | 51 | 503 | 72 | 45 |
| Binary | 10010110 | 101000 | 1101011 | 0 | 1001001 | 11101 | 101001 | 101000011 | 111010 | 100101 |
Color Harmonies of #96286B
Complementary color
Monochromatic Colors of #96286B
Black with #96286B
Text Example
Text Example
White with #96286B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96286B; }
p { color: rgb(150,40,107); }
H1.HeaderClassName
{
color: #96286B;
}
.AnyTagClassName
{
color: #96286B;
}
</style>
background-color css
<style>
a { background-color: #96286B; }
a { background-color: rgb(150,40,107); }
div.DivClassName
{
background-color: #96286B;
}
.BgClassName
{
background-color: #96286B;
}
</style>
border-color css
<style>
span { border-color: #96286B; }
span { border-color: rgb(150,40,107); }
td.TdClassName
{
border-color: #96286B;
}
.TagClassName
{
border-color: #96286B;
}
</style>