Shades of Dark Purple #962B7D
Tints of Dark Purple #962B7D
RGB
CMYK
RGB Variations
Color information
#962B7D (or 0x962B7D) is known color: Dark Purple. HEX triplet: 96, 2B and 7D. RGB value is (150,43,125). Sum of RGB (Red+Green+Blue) = 150+43+125=318 (42% of max value = 765). Red value is 150 (58.98% from 255 or 47.17% from 318); Green value is 43 (17.19% from 255 or 13.52% from 318); Blue value is 125 (49.22% from 255 or 39.31% from 318); Max value from RGB is 150 - color contains mainly: red. Hex color #962B7D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #962B7D is #69D482. Grayscale: #545454. Windows color (decimal): -6935683 or 8203158. OLE color: 8203158.
HSL color Cylindrical-coordinate representation of color #962B7D: hue angle of 314.02º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #962B7D is Cyan = 0, Magento = 0.71, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 43 | 125 | - |
| CMYK | 0 | 0.71 | 0.17 | 0.41 |
| HSL | 314.02º | 0.55% | 0.38% | - |
| HSV(B) | 314.02º | 0.71% | 0.59% | - |
| XYZ | 17.14 | 9.69 | 20.37 | - |
| YUV | 84.34 | 150.95 | 174.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 43 | 125 | 0 | 0.71 | 0.17 | 0.41 | 314.02 | 0.55 | 0.38 |
| Hex | 96 | 2B | 7D | 0 | 47 | 11 | 29 | 13A | 37 | 26 |
| Octal | 226 | 53 | 175 | 0 | 107 | 21 | 51 | 472 | 67 | 46 |
| Binary | 10010110 | 101011 | 1111101 | 0 | 1000111 | 10001 | 101001 | 100111010 | 110111 | 100110 |
Color Harmonies of #962B7D
Complementary color
Monochromatic Colors of #962B7D
Black with #962B7D
Text Example
Text Example
White with #962B7D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962B7D; }
p { color: rgb(150,43,125); }
H1.HeaderClassName
{
color: #962B7D;
}
.AnyTagClassName
{
color: #962B7D;
}
</style>
background-color css
<style>
a { background-color: #962B7D; }
a { background-color: rgb(150,43,125); }
div.DivClassName
{
background-color: #962B7D;
}
.BgClassName
{
background-color: #962B7D;
}
</style>
border-color css
<style>
span { border-color: #962B7D; }
span { border-color: rgb(150,43,125); }
td.TdClassName
{
border-color: #962B7D;
}
.TagClassName
{
border-color: #962B7D;
}
</style>