Shades of Dark Purple #96407A
Tints of Dark Purple #96407A
RGB
CMYK
RGB Variations
Color information
#96407A (or 0x96407A) is known color: Dark Purple. HEX triplet: 96, 40 and 7A. RGB value is (150,64,122). Sum of RGB (Red+Green+Blue) = 150+64+122=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 64 (25.39% from 255 or 19.05% from 336); Blue value is 122 (48.05% from 255 or 36.31% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #96407A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96407A is #69BF85. Grayscale: #606060. Windows color (decimal): -6930310 or 8011926. OLE color: 8011926.
HSL color Cylindrical-coordinate representation of color #96407A: hue angle of 319.53º degrees, saturation: 0.4, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #96407A is Cyan = 0, Magento = 0.57, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 64 | 122 | - |
| CMYK | 0 | 0.57 | 0.19 | 0.41 |
| HSL | 319.53º | 0.4% | 0.42% | - |
| HSV(B) | 319.53º | 0.57% | 0.59% | - |
| XYZ | 17.92 | 11.56 | 19.7 | - |
| YUV | 96.33 | 142.49 | 166.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 64 | 122 | 0 | 0.57 | 0.19 | 0.41 | 319.53 | 0.4 | 0.42 |
| Hex | 96 | 40 | 7A | 0 | 39 | 13 | 29 | 140 | 28 | 2A |
| Octal | 226 | 100 | 172 | 0 | 71 | 23 | 51 | 500 | 50 | 52 |
| Binary | 10010110 | 1000000 | 1111010 | 0 | 111001 | 10011 | 101001 | 101000000 | 101000 | 101010 |
Color Harmonies of #96407A
Complementary color
Monochromatic Colors of #96407A
Black with #96407A
Text Example
Text Example
White with #96407A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96407A; }
p { color: rgb(150,64,122); }
H1.HeaderClassName
{
color: #96407A;
}
.AnyTagClassName
{
color: #96407A;
}
</style>
background-color css
<style>
a { background-color: #96407A; }
a { background-color: rgb(150,64,122); }
div.DivClassName
{
background-color: #96407A;
}
.BgClassName
{
background-color: #96407A;
}
</style>
border-color css
<style>
span { border-color: #96407A; }
span { border-color: rgb(150,64,122); }
td.TdClassName
{
border-color: #96407A;
}
.TagClassName
{
border-color: #96407A;
}
</style>