Shades of Dark Purple #963275
Tints of Dark Purple #963275
RGB
CMYK
RGB Variations
Color information
#963275 (or 0x963275) is known color: Dark Purple. HEX triplet: 96, 32 and 75. RGB value is (150,50,117). Sum of RGB (Red+Green+Blue) = 150+50+117=317 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.32% from 317); Green value is 50 (19.92% from 255 or 15.77% from 317); Blue value is 117 (46.09% from 255 or 36.91% from 317); Max value from RGB is 150 - color contains mainly: red. Hex color #963275 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #963275 is #69CD8A. Grayscale: #575757. Windows color (decimal): -6933899 or 7680662. OLE color: 7680662.
HSL color Cylindrical-coordinate representation of color #963275: hue angle of 319.8º degrees, saturation: 0.5, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #963275 is Cyan = 0, Magento = 0.67, Yellow = 0.22 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 117 | - |
| CMYK | 0 | 0.67 | 0.22 | 0.41 |
| HSL | 319.8º | 0.5% | 0.39% | - |
| HSV(B) | 319.8º | 0.67% | 0.59% | - |
| XYZ | 16.93 | 10.05 | 17.88 | - |
| YUV | 87.54 | 144.63 | 172.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 117 | 0 | 0.67 | 0.22 | 0.41 | 319.8 | 0.5 | 0.39 |
| Hex | 96 | 32 | 75 | 0 | 43 | 16 | 29 | 140 | 32 | 27 |
| Octal | 226 | 62 | 165 | 0 | 103 | 26 | 51 | 500 | 62 | 47 |
| Binary | 10010110 | 110010 | 1110101 | 0 | 1000011 | 10110 | 101001 | 101000000 | 110010 | 100111 |
Color Harmonies of #963275
Complementary color
Monochromatic Colors of #963275
Black with #963275
Text Example
Text Example
White with #963275
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #963275; }
p { color: rgb(150,50,117); }
H1.HeaderClassName
{
color: #963275;
}
.AnyTagClassName
{
color: #963275;
}
</style>
background-color css
<style>
a { background-color: #963275; }
a { background-color: rgb(150,50,117); }
div.DivClassName
{
background-color: #963275;
}
.BgClassName
{
background-color: #963275;
}
</style>
border-color css
<style>
span { border-color: #963275; }
span { border-color: rgb(150,50,117); }
td.TdClassName
{
border-color: #963275;
}
.TagClassName
{
border-color: #963275;
}
</style>