Shades of Dark Purple #962E7B
Tints of Dark Purple #962E7B
RGB
CMYK
RGB Variations
Color information
#962E7B (or 0x962E7B) is known color: Dark Purple. HEX triplet: 96, 2E and 7B. RGB value is (150,46,123). Sum of RGB (Red+Green+Blue) = 150+46+123=319 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.02% from 319); Green value is 46 (18.36% from 255 or 14.42% from 319); Blue value is 123 (48.44% from 255 or 38.56% from 319); Max value from RGB is 150 - color contains mainly: red. Hex color #962E7B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962E7B is #69D184. Grayscale: #555555. Windows color (decimal): -6934917 or 8072854. OLE color: 8072854.
HSL color Cylindrical-coordinate representation of color #962E7B: hue angle of 315.58º degrees, saturation: 0.53, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962E7B is Cyan = 0, Magento = 0.69, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 46 | 123 | - |
| CMYK | 0 | 0.69 | 0.18 | 0.41 |
| HSL | 315.58º | 0.53% | 0.38% | - |
| HSV(B) | 315.58º | 0.69% | 0.59% | - |
| XYZ | 17.13 | 9.87 | 19.74 | - |
| YUV | 85.87 | 148.96 | 173.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 46 | 123 | 0 | 0.69 | 0.18 | 0.41 | 315.58 | 0.53 | 0.38 |
| Hex | 96 | 2E | 7B | 0 | 45 | 12 | 29 | 13C | 35 | 26 |
| Octal | 226 | 56 | 173 | 0 | 105 | 22 | 51 | 474 | 65 | 46 |
| Binary | 10010110 | 101110 | 1111011 | 0 | 1000101 | 10010 | 101001 | 100111100 | 110101 | 100110 |
Color Harmonies of #962E7B
Complementary color
Monochromatic Colors of #962E7B
Black with #962E7B
Text Example
Text Example
White with #962E7B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962E7B; }
p { color: rgb(150,46,123); }
H1.HeaderClassName
{
color: #962E7B;
}
.AnyTagClassName
{
color: #962E7B;
}
</style>
background-color css
<style>
a { background-color: #962E7B; }
a { background-color: rgb(150,46,123); }
div.DivClassName
{
background-color: #962E7B;
}
.BgClassName
{
background-color: #962E7B;
}
</style>
border-color css
<style>
span { border-color: #962E7B; }
span { border-color: rgb(150,46,123); }
td.TdClassName
{
border-color: #962E7B;
}
.TagClassName
{
border-color: #962E7B;
}
</style>