Shades of Dark Purple #96258E
Tints of Dark Purple #96258E
RGB
CMYK
RGB Variations
Color information
#96258E (or 0x96258E) is known color: Dark Purple. HEX triplet: 96, 25 and 8E. RGB value is (150,37,142). Sum of RGB (Red+Green+Blue) = 150+37+142=329 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.59% from 329); Green value is 37 (14.84% from 255 or 11.25% from 329); Blue value is 142 (55.86% from 255 or 43.16% from 329); Max value from RGB is 150 - color contains mainly: red. Hex color #96258E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96258E is #69DA71. Grayscale: #525252. Windows color (decimal): -6937202 or 9315734. OLE color: 9315734.
HSL color Cylindrical-coordinate representation of color #96258E: hue angle of 304.25º 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 #96258E is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 142 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.41 |
| HSL | 304.25º | 0.6% | 0.37% | - |
| HSV(B) | 304.25º | 0.75% | 0.59% | - |
| XYZ | 18.12 | 9.76 | 26.52 | - |
| YUV | 82.76 | 161.44 | 175.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 142 | 0 | 0.75 | 0.05 | 0.41 | 304.25 | 0.6 | 0.37 |
| Hex | 96 | 25 | 8E | 0 | 4B | 5 | 29 | 130 | 3C | 25 |
| Octal | 226 | 45 | 216 | 0 | 113 | 5 | 51 | 460 | 74 | 45 |
| Binary | 10010110 | 100101 | 10001110 | 0 | 1001011 | 101 | 101001 | 100110000 | 111100 | 100101 |
Color Harmonies of #96258E
Complementary color
Monochromatic Colors of #96258E
Black with #96258E
Text Example
Text Example
White with #96258E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96258E; }
p { color: rgb(150,37,142); }
H1.HeaderClassName
{
color: #96258E;
}
.AnyTagClassName
{
color: #96258E;
}
</style>
background-color css
<style>
a { background-color: #96258E; }
a { background-color: rgb(150,37,142); }
div.DivClassName
{
background-color: #96258E;
}
.BgClassName
{
background-color: #96258E;
}
</style>
border-color css
<style>
span { border-color: #96258E; }
span { border-color: rgb(150,37,142); }
td.TdClassName
{
border-color: #96258E;
}
.TagClassName
{
border-color: #96258E;
}
</style>