Shades of Dark Purple #96377F
Tints of Dark Purple #96377F
RGB
CMYK
RGB Variations
Color information
#96377F (or 0x96377F) is known color: Dark Purple. HEX triplet: 96, 37 and 7F. RGB value is (150,55,127). Sum of RGB (Red+Green+Blue) = 150+55+127=332 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.18% from 332); Green value is 55 (21.88% from 255 or 16.57% from 332); Blue value is 127 (50% from 255 or 38.25% from 332); Max value from RGB is 150 - color contains mainly: red. Hex color #96377F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96377F is #69C880. Grayscale: #5B5B5B. Windows color (decimal): -6932609 or 8337302. OLE color: 8337302.
HSL color Cylindrical-coordinate representation of color #96377F: hue angle of 314.53º 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 #96377F is Cyan = 0, Magento = 0.63, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 55 | 127 | - |
| CMYK | 0 | 0.63 | 0.15 | 0.41 |
| HSL | 314.53º | 0.46% | 0.4% | - |
| HSV(B) | 314.53º | 0.63% | 0.59% | - |
| XYZ | 17.77 | 10.75 | 21.22 | - |
| YUV | 91.61 | 147.97 | 169.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 55 | 127 | 0 | 0.63 | 0.15 | 0.41 | 314.53 | 0.46 | 0.4 |
| Hex | 96 | 37 | 7F | 0 | 3F | F | 29 | 13B | 2E | 28 |
| Octal | 226 | 67 | 177 | 0 | 77 | 17 | 51 | 473 | 56 | 50 |
| Binary | 10010110 | 110111 | 1111111 | 0 | 111111 | 1111 | 101001 | 100111011 | 101110 | 101000 |
Color Harmonies of #96377F
Complementary color
Monochromatic Colors of #96377F
Black with #96377F
Text Example
Text Example
White with #96377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96377F; }
p { color: rgb(150,55,127); }
H1.HeaderClassName
{
color: #96377F;
}
.AnyTagClassName
{
color: #96377F;
}
</style>
background-color css
<style>
a { background-color: #96377F; }
a { background-color: rgb(150,55,127); }
div.DivClassName
{
background-color: #96377F;
}
.BgClassName
{
background-color: #96377F;
}
</style>
border-color css
<style>
span { border-color: #96377F; }
span { border-color: rgb(150,55,127); }
td.TdClassName
{
border-color: #96377F;
}
.TagClassName
{
border-color: #96377F;
}
</style>