Shades of Dark Purple #962593
Tints of Dark Purple #962593
RGB
CMYK
RGB Variations
Color information
#962593 (or 0x962593) is known color: Dark Purple. HEX triplet: 96, 25 and 93. RGB value is (150,37,147). Sum of RGB (Red+Green+Blue) = 150+37+147=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 37 (14.84% from 255 or 11.08% from 334); Blue value is 147 (57.81% from 255 or 44.01% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #962593 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962593 is #69DA6C. Grayscale: #535353. Windows color (decimal): -6937197 or 9643414. OLE color: 9643414.
HSL color Cylindrical-coordinate representation of color #962593: hue angle of 301.59º 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 #962593 is Cyan = 0, Magento = 0.75, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 37 | 147 | - |
| CMYK | 0 | 0.75 | 0.02 | 0.41 |
| HSL | 301.59º | 0.6% | 0.37% | - |
| HSV(B) | 301.59º | 0.75% | 0.59% | - |
| XYZ | 18.51 | 9.91 | 28.54 | - |
| YUV | 83.33 | 163.94 | 175.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 37 | 147 | 0 | 0.75 | 0.02 | 0.41 | 301.59 | 0.6 | 0.37 |
| Hex | 96 | 25 | 93 | 0 | 4B | 2 | 29 | 12E | 3C | 25 |
| Octal | 226 | 45 | 223 | 0 | 113 | 2 | 51 | 456 | 74 | 45 |
| Binary | 10010110 | 100101 | 10010011 | 0 | 1001011 | 10 | 101001 | 100101110 | 111100 | 100101 |
Color Harmonies of #962593
Complementary color
Monochromatic Colors of #962593
Black with #962593
Text Example
Text Example
White with #962593
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962593; }
p { color: rgb(150,37,147); }
H1.HeaderClassName
{
color: #962593;
}
.AnyTagClassName
{
color: #962593;
}
</style>
background-color css
<style>
a { background-color: #962593; }
a { background-color: rgb(150,37,147); }
div.DivClassName
{
background-color: #962593;
}
.BgClassName
{
background-color: #962593;
}
</style>
border-color css
<style>
span { border-color: #962593; }
span { border-color: rgb(150,37,147); }
td.TdClassName
{
border-color: #962593;
}
.TagClassName
{
border-color: #962593;
}
</style>