Shades of Dark Purple #962193
Tints of Dark Purple #962193
RGB
CMYK
RGB Variations
Color information
#962193 (or 0x962193) is known color: Dark Purple. HEX triplet: 96, 21 and 93. RGB value is (150,33,147). Sum of RGB (Red+Green+Blue) = 150+33+147=330 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.45% from 330); Green value is 33 (13.28% from 255 or 10% from 330); Blue value is 147 (57.81% from 255 or 44.55% from 330); Max value from RGB is 150 - color contains mainly: red. Hex color #962193 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962193 is #69DE6C. Grayscale: #505050. Windows color (decimal): -6938221 or 9642390. OLE color: 9642390.
HSL color Cylindrical-coordinate representation of color #962193: hue angle of 301.54º 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 #962193 is Cyan = 0, Magento = 0.78, Yellow = 0.02 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 147 | - |
| CMYK | 0 | 0.78 | 0.02 | 0.41 |
| HSL | 301.54º | 0.64% | 0.36% | - |
| HSV(B) | 301.54º | 0.78% | 0.59% | - |
| XYZ | 18.39 | 9.68 | 28.5 | - |
| YUV | 80.98 | 165.26 | 177.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 147 | 0 | 0.78 | 0.02 | 0.41 | 301.54 | 0.64 | 0.36 |
| Hex | 96 | 21 | 93 | 0 | 4E | 2 | 29 | 12E | 40 | 24 |
| Octal | 226 | 41 | 223 | 0 | 116 | 2 | 51 | 456 | 100 | 44 |
| Binary | 10010110 | 100001 | 10010011 | 0 | 1001110 | 10 | 101001 | 100101110 | 1000000 | 100100 |
Color Harmonies of #962193
Complementary color
Monochromatic Colors of #962193
Black with #962193
Text Example
Text Example
White with #962193
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962193; }
p { color: rgb(150,33,147); }
H1.HeaderClassName
{
color: #962193;
}
.AnyTagClassName
{
color: #962193;
}
</style>
background-color css
<style>
a { background-color: #962193; }
a { background-color: rgb(150,33,147); }
div.DivClassName
{
background-color: #962193;
}
.BgClassName
{
background-color: #962193;
}
</style>
border-color css
<style>
span { border-color: #962193; }
span { border-color: rgb(150,33,147); }
td.TdClassName
{
border-color: #962193;
}
.TagClassName
{
border-color: #962193;
}
</style>