Shades of Dark Purple #962F7C
Tints of Dark Purple #962F7C
RGB
CMYK
RGB Variations
Color information
#962F7C (or 0x962F7C) is known color: Dark Purple. HEX triplet: 96, 2F and 7C. RGB value is (150,47,124). Sum of RGB (Red+Green+Blue) = 150+47+124=321 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.73% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 124 (48.83% from 255 or 38.63% from 321); Max value from RGB is 150 - color contains mainly: red. Hex color #962F7C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962F7C is #69D083. Grayscale: #565656. Windows color (decimal): -6934660 or 8138646. OLE color: 8138646.
HSL color Cylindrical-coordinate representation of color #962F7C: hue angle of 315.15º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #962F7C is Cyan = 0, Magento = 0.69, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 47 | 124 | - |
| CMYK | 0 | 0.69 | 0.17 | 0.41 |
| HSL | 315.15º | 0.52% | 0.39% | - |
| HSV(B) | 315.15º | 0.69% | 0.59% | - |
| XYZ | 17.23 | 9.97 | 20.09 | - |
| YUV | 86.58 | 149.12 | 173.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 47 | 124 | 0 | 0.69 | 0.17 | 0.41 | 315.15 | 0.52 | 0.39 |
| Hex | 96 | 2F | 7C | 0 | 45 | 11 | 29 | 13B | 34 | 27 |
| Octal | 226 | 57 | 174 | 0 | 105 | 21 | 51 | 473 | 64 | 47 |
| Binary | 10010110 | 101111 | 1111100 | 0 | 1000101 | 10001 | 101001 | 100111011 | 110100 | 100111 |
Color Harmonies of #962F7C
Complementary color
Monochromatic Colors of #962F7C
Black with #962F7C
Text Example
Text Example
White with #962F7C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962F7C; }
p { color: rgb(150,47,124); }
H1.HeaderClassName
{
color: #962F7C;
}
.AnyTagClassName
{
color: #962F7C;
}
</style>
background-color css
<style>
a { background-color: #962F7C; }
a { background-color: rgb(150,47,124); }
div.DivClassName
{
background-color: #962F7C;
}
.BgClassName
{
background-color: #962F7C;
}
</style>
border-color css
<style>
span { border-color: #962F7C; }
span { border-color: rgb(150,47,124); }
td.TdClassName
{
border-color: #962F7C;
}
.TagClassName
{
border-color: #962F7C;
}
</style>