Shades of Dark Purple #963387
Tints of Dark Purple #963387
RGB
CMYK
RGB Variations
Color information
#963387 (or 0x963387) is known color: Dark Purple. HEX triplet: 96, 33 and 87. RGB value is (150,51,135). Sum of RGB (Red+Green+Blue) = 150+51+135=336 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.64% from 336); Green value is 51 (20.31% from 255 or 15.18% from 336); Blue value is 135 (53.12% from 255 or 40.18% from 336); Max value from RGB is 150 - color contains mainly: red. Hex color #963387 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963387 is #69CC78. Grayscale: #595959. Windows color (decimal): -6933625 or 8860566. OLE color: 8860566.
HSL color Cylindrical-coordinate representation of color #963387: hue angle of 309.09º degrees, saturation: 0.49, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #963387 is Cyan = 0, Magento = 0.66, Yellow = 0.1 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 135 | - |
| CMYK | 0 | 0.66 | 0.1 | 0.41 |
| HSL | 309.09º | 0.49% | 0.39% | - |
| HSV(B) | 309.09º | 0.66% | 0.59% | - |
| XYZ | 18.13 | 10.6 | 24.01 | - |
| YUV | 90.18 | 153.3 | 170.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 135 | 0 | 0.66 | 0.1 | 0.41 | 309.09 | 0.49 | 0.39 |
| Hex | 96 | 33 | 87 | 0 | 42 | A | 29 | 135 | 31 | 27 |
| Octal | 226 | 63 | 207 | 0 | 102 | 12 | 51 | 465 | 61 | 47 |
| Binary | 10010110 | 110011 | 10000111 | 0 | 1000010 | 1010 | 101001 | 100110101 | 110001 | 100111 |
Color Harmonies of #963387
Complementary color
Monochromatic Colors of #963387
Black with #963387
Text Example
Text Example
White with #963387
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963387; }
p { color: rgb(150,51,135); }
H1.HeaderClassName
{
color: #963387;
}
.AnyTagClassName
{
color: #963387;
}
</style>
background-color css
<style>
a { background-color: #963387; }
a { background-color: rgb(150,51,135); }
div.DivClassName
{
background-color: #963387;
}
.BgClassName
{
background-color: #963387;
}
</style>
border-color css
<style>
span { border-color: #963387; }
span { border-color: rgb(150,51,135); }
td.TdClassName
{
border-color: #963387;
}
.TagClassName
{
border-color: #963387;
}
</style>