Shades of Dark Purple #96298F
Tints of Dark Purple #96298F
RGB
CMYK
RGB Variations
Color information
#96298F (or 0x96298F) is known color: Dark Purple. HEX triplet: 96, 29 and 8F. RGB value is (150,41,143). Sum of RGB (Red+Green+Blue) = 150+41+143=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 41 (16.41% from 255 or 12.28% from 334); Blue value is 143 (56.25% from 255 or 42.81% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #96298F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96298F is #69D670. Grayscale: #545454. Windows color (decimal): -6936177 or 9382294. OLE color: 9382294.
HSL color Cylindrical-coordinate representation of color #96298F: hue angle of 303.85º degrees, saturation: 0.57, 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 #96298F is Cyan = 0, Magento = 0.73, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 41 | 143 | - |
| CMYK | 0 | 0.73 | 0.05 | 0.41 |
| HSL | 303.85º | 0.57% | 0.37% | - |
| HSV(B) | 303.85º | 0.73% | 0.59% | - |
| XYZ | 18.33 | 10.05 | 26.96 | - |
| YUV | 85.22 | 160.61 | 174.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 41 | 143 | 0 | 0.73 | 0.05 | 0.41 | 303.85 | 0.57 | 0.37 |
| Hex | 96 | 29 | 8F | 0 | 49 | 5 | 29 | 130 | 39 | 25 |
| Octal | 226 | 51 | 217 | 0 | 111 | 5 | 51 | 460 | 71 | 45 |
| Binary | 10010110 | 101001 | 10001111 | 0 | 1001001 | 101 | 101001 | 100110000 | 111001 | 100101 |
Color Harmonies of #96298F
Complementary color
Monochromatic Colors of #96298F
Black with #96298F
Text Example
Text Example
White with #96298F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96298F; }
p { color: rgb(150,41,143); }
H1.HeaderClassName
{
color: #96298F;
}
.AnyTagClassName
{
color: #96298F;
}
</style>
background-color css
<style>
a { background-color: #96298F; }
a { background-color: rgb(150,41,143); }
div.DivClassName
{
background-color: #96298F;
}
.BgClassName
{
background-color: #96298F;
}
</style>
border-color css
<style>
span { border-color: #96298F; }
span { border-color: rgb(150,41,143); }
td.TdClassName
{
border-color: #96298F;
}
.TagClassName
{
border-color: #96298F;
}
</style>