Shades of Dark Purple #96387F
Tints of Dark Purple #96387F
RGB
CMYK
RGB Variations
Color information
#96387F (or 0x96387F) is known color: Dark Purple. HEX triplet: 96, 38 and 7F. RGB value is (150,56,127). Sum of RGB (Red+Green+Blue) = 150+56+127=333 (44% of max value = 765). Red value is 150 (58.98% from 255 or 45.05% from 333); Green value is 56 (22.27% from 255 or 16.82% from 333); Blue value is 127 (50% from 255 or 38.14% from 333); Max value from RGB is 150 - color contains mainly: red. Hex color #96387F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96387F is #69C780. Grayscale: #5C5C5C. Windows color (decimal): -6932353 or 8337558. OLE color: 8337558.
HSL color Cylindrical-coordinate representation of color #96387F: hue angle of 314.68º degrees, saturation: 0.46, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #96387F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 56 | 127 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.41 |
| HSL | 314.68º | 0.46% | 0.4% | - |
| HSV(B) | 314.68º | 0.63% | 0.59% | - |
| XYZ | 17.82 | 10.84 | 21.23 | - |
| YUV | 92.2 | 147.64 | 169.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 56 | 127 | 0 | 0.63 | 0.15 | 0.41 | 314.68 | 0.46 | 0.4 |
| Hex | 96 | 38 | 7F | 0 | 3F | F | 29 | 13B | 2E | 28 |
| Octal | 226 | 70 | 177 | 0 | 77 | 17 | 51 | 473 | 56 | 50 |
| Binary | 10010110 | 111000 | 1111111 | 0 | 111111 | 1111 | 101001 | 100111011 | 101110 | 101000 |
Color Harmonies of #96387F
Complementary color
Monochromatic Colors of #96387F
Black with #96387F
Text Example
Text Example
White with #96387F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96387F; }
p { color: rgb(150,56,127); }
H1.HeaderClassName
{
color: #96387F;
}
.AnyTagClassName
{
color: #96387F;
}
</style>
background-color css
<style>
a { background-color: #96387F; }
a { background-color: rgb(150,56,127); }
div.DivClassName
{
background-color: #96387F;
}
.BgClassName
{
background-color: #96387F;
}
</style>
border-color css
<style>
span { border-color: #96387F; }
span { border-color: rgb(150,56,127); }
td.TdClassName
{
border-color: #96387F;
}
.TagClassName
{
border-color: #96387F;
}
</style>