Shades of Dark Purple #962173
Tints of Dark Purple #962173
RGB
CMYK
RGB Variations
Color information
#962173 (or 0x962173) is known color: Dark Purple. HEX triplet: 96, 21 and 73. RGB value is (150,33,115). Sum of RGB (Red+Green+Blue) = 150+33+115=298 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.34% from 298); Green value is 33 (13.28% from 255 or 11.07% from 298); Blue value is 115 (45.31% from 255 or 38.59% from 298); Max value from RGB is 150 - color contains mainly: red. Hex color #962173 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962173 is #69DE8C. Grayscale: #4D4D4D. Windows color (decimal): -6938253 or 7545238. OLE color: 7545238.
HSL color Cylindrical-coordinate representation of color #962173: hue angle of 317.95º degrees, saturation: 0.64, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #962173 is Cyan = 0, Magento = 0.78, Yellow = 0.23 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 115 | - |
| CMYK | 0 | 0.78 | 0.23 | 0.41 |
| HSL | 317.95º | 0.64% | 0.36% | - |
| HSV(B) | 317.95º | 0.78% | 0.59% | - |
| XYZ | 16.22 | 8.81 | 17.07 | - |
| YUV | 77.33 | 149.26 | 179.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 115 | 0 | 0.78 | 0.23 | 0.41 | 317.95 | 0.64 | 0.36 |
| Hex | 96 | 21 | 73 | 0 | 4E | 17 | 29 | 13E | 40 | 24 |
| Octal | 226 | 41 | 163 | 0 | 116 | 27 | 51 | 476 | 100 | 44 |
| Binary | 10010110 | 100001 | 1110011 | 0 | 1001110 | 10111 | 101001 | 100111110 | 1000000 | 100100 |
Color Harmonies of #962173
Complementary color
Monochromatic Colors of #962173
Black with #962173
Text Example
Text Example
White with #962173
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962173; }
p { color: rgb(150,33,115); }
H1.HeaderClassName
{
color: #962173;
}
.AnyTagClassName
{
color: #962173;
}
</style>
background-color css
<style>
a { background-color: #962173; }
a { background-color: rgb(150,33,115); }
div.DivClassName
{
background-color: #962173;
}
.BgClassName
{
background-color: #962173;
}
</style>
border-color css
<style>
span { border-color: #962173; }
span { border-color: rgb(150,33,115); }
td.TdClassName
{
border-color: #962173;
}
.TagClassName
{
border-color: #962173;
}
</style>