Shades of Dark Purple #96127F
Tints of Dark Purple #96127F
RGB
CMYK
RGB Variations
Color information
#96127F (or 0x96127F) is known color: Dark Purple. HEX triplet: 96, 12 and 7F. RGB value is (150,18,127). Sum of RGB (Red+Green+Blue) = 150+18+127=295 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.85% from 295); Green value is 18 (7.42% from 255 or 6.10% from 295); Blue value is 127 (50% from 255 or 43.05% from 295); Max value from RGB is 150 - color contains mainly: red. Hex color #96127F is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #96127F is #69ED80. Grayscale: #454545. Windows color (decimal): -6942081 or 8327830. OLE color: 8327830.
HSL color Cylindrical-coordinate representation of color #96127F: hue angle of 310.45º degrees, saturation: 0.79, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #96127F is Cyan = 0, Magento = 0.88, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 18 | 127 | - |
| CMYK | 0 | 0.88 | 0.15 | 0.41 |
| HSL | 310.45º | 0.79% | 0.33% | - |
| HSV(B) | 310.45º | 0.88% | 0.59% | - |
| XYZ | 16.62 | 8.45 | 20.83 | - |
| YUV | 69.89 | 160.23 | 185.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 18 | 127 | 0 | 0.88 | 0.15 | 0.41 | 310.45 | 0.79 | 0.33 |
| Hex | 96 | 12 | 7F | 0 | 58 | F | 29 | 136 | 4F | 21 |
| Octal | 226 | 22 | 177 | 0 | 130 | 17 | 51 | 466 | 117 | 41 |
| Binary | 10010110 | 10010 | 1111111 | 0 | 1011000 | 1111 | 101001 | 100110110 | 1001111 | 100001 |
Color Harmonies of #96127F
Complementary color
Monochromatic Colors of #96127F
Black with #96127F
Text Example
Text Example
White with #96127F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96127F; }
p { color: rgb(150,18,127); }
H1.HeaderClassName
{
color: #96127F;
}
.AnyTagClassName
{
color: #96127F;
}
</style>
background-color css
<style>
a { background-color: #96127F; }
a { background-color: rgb(150,18,127); }
div.DivClassName
{
background-color: #96127F;
}
.BgClassName
{
background-color: #96127F;
}
</style>
border-color css
<style>
span { border-color: #96127F; }
span { border-color: rgb(150,18,127); }
td.TdClassName
{
border-color: #96127F;
}
.TagClassName
{
border-color: #96127F;
}
</style>