Shades of Dark Purple #96307F
Tints of Dark Purple #96307F
RGB
CMYK
RGB Variations
Color information
#96307F (or 0x96307F) is known color: Dark Purple. HEX triplet: 96, 30 and 7F. RGB value is (150,48,127). Sum of RGB (Red+Green+Blue) = 150+48+127=325 (43% of max value = 765). Red value is 150 (58.98% from 255 or 46.15% from 325); Green value is 48 (19.14% from 255 or 14.77% from 325); Blue value is 127 (50% from 255 or 39.08% from 325); Max value from RGB is 150 - color contains mainly: red. Hex color #96307F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96307F is #69CF80. Grayscale: #575757. Windows color (decimal): -6934401 or 8335510. OLE color: 8335510.
HSL color Cylindrical-coordinate representation of color #96307F: hue angle of 313.53º degrees, saturation: 0.52, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #96307F is Cyan = 0, Magento = 0.68, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 48 | 127 | - |
| CMYK | 0 | 0.68 | 0.15 | 0.41 |
| HSL | 313.53º | 0.52% | 0.39% | - |
| HSV(B) | 313.53º | 0.68% | 0.59% | - |
| XYZ | 17.47 | 10.13 | 21.11 | - |
| YUV | 87.5 | 150.29 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 48 | 127 | 0 | 0.68 | 0.15 | 0.41 | 313.53 | 0.52 | 0.39 |
| Hex | 96 | 30 | 7F | 0 | 44 | F | 29 | 13A | 34 | 27 |
| Octal | 226 | 60 | 177 | 0 | 104 | 17 | 51 | 472 | 64 | 47 |
| Binary | 10010110 | 110000 | 1111111 | 0 | 1000100 | 1111 | 101001 | 100111010 | 110100 | 100111 |
Color Harmonies of #96307F
Complementary color
Monochromatic Colors of #96307F
Black with #96307F
Text Example
Text Example
White with #96307F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96307F; }
p { color: rgb(150,48,127); }
H1.HeaderClassName
{
color: #96307F;
}
.AnyTagClassName
{
color: #96307F;
}
</style>
background-color css
<style>
a { background-color: #96307F; }
a { background-color: rgb(150,48,127); }
div.DivClassName
{
background-color: #96307F;
}
.BgClassName
{
background-color: #96307F;
}
</style>
border-color css
<style>
span { border-color: #96307F; }
span { border-color: rgb(150,48,127); }
td.TdClassName
{
border-color: #96307F;
}
.TagClassName
{
border-color: #96307F;
}
</style>