Shades of Dark Purple #96327D
Tints of Dark Purple #96327D
RGB
CMYK
RGB Variations
Color information
#96327D (or 0x96327D) is known color: Dark Purple. HEX triplet: 96, 32 and 7D. RGB value is (150,50,125). Sum of RGB (Red+Green+Blue) = 150+50+125=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 50 (19.92% from 255 or 15.38% from 325); Blue value is 125 (49.22% from 255 or 38.46% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96327D is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96327D is #69CD82. Grayscale: #585858. Windows color (decimal): -6933891 or 8204950. OLE color: 8204950.
HSL color Cylindrical-coordinate representation of color #96327D: hue angle of 315º 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 #96327D is Cyan = 0, Magento = 0.67, Yellow = 0.17 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 50 | 125 | - |
| CMYK | 0 | 0.67 | 0.17 | 0.41 |
| HSL | 315º | 0.5% | 0.39% | - |
| HSV(B) | 315º | 0.67% | 0.59% | - |
| XYZ | 17.42 | 10.25 | 20.46 | - |
| YUV | 88.45 | 148.63 | 171.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 50 | 125 | 0 | 0.67 | 0.17 | 0.41 | 315 | 0.5 | 0.39 |
| Hex | 96 | 32 | 7D | 0 | 43 | 11 | 29 | 13B | 32 | 27 |
| Octal | 226 | 62 | 175 | 0 | 103 | 21 | 51 | 473 | 62 | 47 |
| Binary | 10010110 | 110010 | 1111101 | 0 | 1000011 | 10001 | 101001 | 100111011 | 110010 | 100111 |
Color Harmonies of #96327D
Complementary color
Monochromatic Colors of #96327D
Black with #96327D
Text Example
Text Example
White with #96327D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96327D; }
p { color: rgb(150,50,125); }
H1.HeaderClassName
{
color: #96327D;
}
.AnyTagClassName
{
color: #96327D;
}
</style>
background-color css
<style>
a { background-color: #96327D; }
a { background-color: rgb(150,50,125); }
div.DivClassName
{
background-color: #96327D;
}
.BgClassName
{
background-color: #96327D;
}
</style>
border-color css
<style>
span { border-color: #96327D; }
span { border-color: rgb(150,50,125); }
td.TdClassName
{
border-color: #96327D;
}
.TagClassName
{
border-color: #96327D;
}
</style>