Shades of Dark Purple #96258A
Tints of Dark Purple #96258A
RGB
CMYK
RGB Variations
Color information
#96258A (or 0x96258A) is known color: Dark Purple. HEX triplet: 96, 25 and 8A. RGB value is (150,37,138). Sum of RGB (Red+Green+Blue) = 150+37+138=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 37 (14.84% from 255 or 11.38% from 325); Blue value is 138 (54.30% from 255 or 42.46% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96258A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96258A is #69DA75. Grayscale: #525252. Windows color (decimal): -6937206 or 9053590. OLE color: 9053590.
HSL color Cylindrical-coordinate representation of color #96258A: hue angle of 306.37º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96258A is Cyan = 0, Magento = 0.75, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 138 | - |
| CMYK | 0 | 0.75 | 0.08 | 0.41 |
| HSL | 306.37º | 0.6% | 0.37% | - |
| HSV(B) | 306.37º | 0.75% | 0.59% | - |
| XYZ | 17.83 | 9.64 | 24.97 | - |
| YUV | 82.3 | 159.44 | 176.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 138 | 0 | 0.75 | 0.08 | 0.41 | 306.37 | 0.6 | 0.37 |
| Hex | 96 | 25 | 8A | 0 | 4B | 8 | 29 | 132 | 3C | 25 |
| Octal | 226 | 45 | 212 | 0 | 113 | 10 | 51 | 462 | 74 | 45 |
| Binary | 10010110 | 100101 | 10001010 | 0 | 1001011 | 1000 | 101001 | 100110010 | 111100 | 100101 |
Color Harmonies of #96258A
Complementary color
Monochromatic Colors of #96258A
Black with #96258A
Text Example
Text Example
White with #96258A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96258A; }
p { color: rgb(150,37,138); }
H1.HeaderClassName
{
color: #96258A;
}
.AnyTagClassName
{
color: #96258A;
}
</style>
background-color css
<style>
a { background-color: #96258A; }
a { background-color: rgb(150,37,138); }
div.DivClassName
{
background-color: #96258A;
}
.BgClassName
{
background-color: #96258A;
}
</style>
border-color css
<style>
span { border-color: #96258A; }
span { border-color: rgb(150,37,138); }
td.TdClassName
{
border-color: #96258A;
}
.TagClassName
{
border-color: #96258A;
}
</style>