Shades of Dark Purple #963385
Tints of Dark Purple #963385
RGB
CMYK
RGB Variations
Color information
#963385 (or 0x963385) is known color: Dark Purple. HEX triplet: 96, 33 and 85. RGB value is (150,51,133). Sum of RGB (Red+Green+Blue) = 150+51+133=334 (44% of max value = 765). Red value is 150 (58.98% from 255 or 44.91% from 334); Green value is 51 (20.31% from 255 or 15.27% from 334); Blue value is 133 (52.34% from 255 or 39.82% from 334); Max value from RGB is 150 - color contains mainly: red. Hex color #963385 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #963385 is #69CC7A. Grayscale: #595959. Windows color (decimal): -6933627 or 8729494. OLE color: 8729494.
HSL color Cylindrical-coordinate representation of color #963385: hue angle of 310.3º 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 #963385 is Cyan = 0, Magento = 0.66, Yellow = 0.11 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 51 | 133 | - |
| CMYK | 0 | 0.66 | 0.11 | 0.41 |
| HSL | 310.3º | 0.49% | 0.39% | - |
| HSV(B) | 310.3º | 0.66% | 0.59% | - |
| XYZ | 18 | 10.55 | 23.28 | - |
| YUV | 89.95 | 152.3 | 170.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 51 | 133 | 0 | 0.66 | 0.11 | 0.41 | 310.3 | 0.49 | 0.39 |
| Hex | 96 | 33 | 85 | 0 | 42 | B | 29 | 136 | 31 | 27 |
| Octal | 226 | 63 | 205 | 0 | 102 | 13 | 51 | 466 | 61 | 47 |
| Binary | 10010110 | 110011 | 10000101 | 0 | 1000010 | 1011 | 101001 | 100110110 | 110001 | 100111 |
Color Harmonies of #963385
Complementary color
Monochromatic Colors of #963385
Black with #963385
Text Example
Text Example
White with #963385
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963385; }
p { color: rgb(150,51,133); }
H1.HeaderClassName
{
color: #963385;
}
.AnyTagClassName
{
color: #963385;
}
</style>
background-color css
<style>
a { background-color: #963385; }
a { background-color: rgb(150,51,133); }
div.DivClassName
{
background-color: #963385;
}
.BgClassName
{
background-color: #963385;
}
</style>
border-color css
<style>
span { border-color: #963385; }
span { border-color: rgb(150,51,133); }
td.TdClassName
{
border-color: #963385;
}
.TagClassName
{
border-color: #963385;
}
</style>