Shades of Dark Purple #962C82
Tints of Dark Purple #962C82
RGB
CMYK
RGB Variations
Color information
#962C82 (or 0x962C82) is known color: Dark Purple. HEX triplet: 96, 2C and 82. RGB value is (150,44,130). Sum of RGB (Red+Green+Blue) = 150+44+130=324 (42% of max value = 765). Red value is 150 (58.98% from 255 or 46.30% from 324); Green value is 44 (17.58% from 255 or 13.58% from 324); Blue value is 130 (51.17% from 255 or 40.12% from 324); Max value from RGB is 150 - color contains mainly: red. Hex color #962C82 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #962C82 is #69D37D. Grayscale: #555555. Windows color (decimal): -6935422 or 8531094. OLE color: 8531094.
HSL color Cylindrical-coordinate representation of color #962C82: hue angle of 311.32º 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 #962C82 is Cyan = 0, Magento = 0.71, Yellow = 0.13 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 44 | 130 | - |
| CMYK | 0 | 0.71 | 0.13 | 0.41 |
| HSL | 311.32º | 0.55% | 0.38% | - |
| HSV(B) | 311.32º | 0.71% | 0.59% | - |
| XYZ | 17.51 | 9.9 | 22.11 | - |
| YUV | 85.5 | 153.12 | 174.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 44 | 130 | 0 | 0.71 | 0.13 | 0.41 | 311.32 | 0.55 | 0.38 |
| Hex | 96 | 2C | 82 | 0 | 47 | D | 29 | 137 | 37 | 26 |
| Octal | 226 | 54 | 202 | 0 | 107 | 15 | 51 | 467 | 67 | 46 |
| Binary | 10010110 | 101100 | 10000010 | 0 | 1000111 | 1101 | 101001 | 100110111 | 110111 | 100110 |
Color Harmonies of #962C82
Complementary color
Monochromatic Colors of #962C82
Black with #962C82
Text Example
Text Example
White with #962C82
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #962C82; }
p { color: rgb(150,44,130); }
H1.HeaderClassName
{
color: #962C82;
}
.AnyTagClassName
{
color: #962C82;
}
</style>
background-color css
<style>
a { background-color: #962C82; }
a { background-color: rgb(150,44,130); }
div.DivClassName
{
background-color: #962C82;
}
.BgClassName
{
background-color: #962C82;
}
</style>
border-color css
<style>
span { border-color: #962C82; }
span { border-color: rgb(150,44,130); }
td.TdClassName
{
border-color: #962C82;
}
.TagClassName
{
border-color: #962C82;
}
</style>