Shades of Dark Purple #962185
Tints of Dark Purple #962185
RGB
CMYK
RGB Variations
Color information
#962185 (or 0x962185) is known color: Dark Purple. HEX triplet: 96, 21 and 85. RGB value is (150,33,133). Sum of RGB (Red+Green+Blue) = 150+33+133=316 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.47% from 316); Green value is 33 (13.28% from 255 or 10.44% from 316); Blue value is 133 (52.34% from 255 or 42.09% from 316); Max value from RGB is 150 - color contains mainly: red. Hex color #962185 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962185 is #69DE7A. Grayscale: #4F4F4F. Windows color (decimal): -6938235 or 8724886. OLE color: 8724886.
HSL color Cylindrical-coordinate representation of color #962185: hue angle of 308.72º 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 #962185 is Cyan = 0, Magento = 0.78, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 33 | 133 | - |
| CMYK | 0 | 0.78 | 0.11 | 0.41 |
| HSL | 308.72º | 0.64% | 0.36% | - |
| HSV(B) | 308.72º | 0.78% | 0.59% | - |
| XYZ | 17.36 | 9.27 | 23.06 | - |
| YUV | 79.38 | 158.26 | 178.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 33 | 133 | 0 | 0.78 | 0.11 | 0.41 | 308.72 | 0.64 | 0.36 |
| Hex | 96 | 21 | 85 | 0 | 4E | B | 29 | 135 | 40 | 24 |
| Octal | 226 | 41 | 205 | 0 | 116 | 13 | 51 | 465 | 100 | 44 |
| Binary | 10010110 | 100001 | 10000101 | 0 | 1001110 | 1011 | 101001 | 100110101 | 1000000 | 100100 |
Color Harmonies of #962185
Complementary color
Monochromatic Colors of #962185
Black with #962185
Text Example
Text Example
White with #962185
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962185; }
p { color: rgb(150,33,133); }
H1.HeaderClassName
{
color: #962185;
}
.AnyTagClassName
{
color: #962185;
}
</style>
background-color css
<style>
a { background-color: #962185; }
a { background-color: rgb(150,33,133); }
div.DivClassName
{
background-color: #962185;
}
.BgClassName
{
background-color: #962185;
}
</style>
border-color css
<style>
span { border-color: #962185; }
span { border-color: rgb(150,33,133); }
td.TdClassName
{
border-color: #962185;
}
.TagClassName
{
border-color: #962185;
}
</style>