Shades of Dark Purple #96277B
Tints of Dark Purple #96277B
RGB
CMYK
RGB Variations
Color information
#96277B (or 0x96277B) is known color: Dark Purple. HEX triplet: 96, 27 and 7B. RGB value is (150,39,123). Sum of RGB (Red+Green+Blue) = 150+39+123=312 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.08% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 123 (48.44% from 255 or 39.42% from 312); Max value from RGB is 150 - color contains mainly: red. Hex color #96277B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96277B is #69D884. Grayscale: #515151. Windows color (decimal): -6936709 or 8071062. OLE color: 8071062.
HSL color Cylindrical-coordinate representation of color #96277B: hue angle of 314.59º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #96277B is Cyan = 0, Magento = 0.74, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 123 | - |
| CMYK | 0 | 0.74 | 0.18 | 0.41 |
| HSL | 314.59º | 0.59% | 0.37% | - |
| HSV(B) | 314.59º | 0.74% | 0.59% | - |
| XYZ | 16.88 | 9.37 | 19.66 | - |
| YUV | 81.77 | 151.27 | 176.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 123 | 0 | 0.74 | 0.18 | 0.41 | 314.59 | 0.59 | 0.37 |
| Hex | 96 | 27 | 7B | 0 | 4A | 12 | 29 | 13B | 3B | 25 |
| Octal | 226 | 47 | 173 | 0 | 112 | 22 | 51 | 473 | 73 | 45 |
| Binary | 10010110 | 100111 | 1111011 | 0 | 1001010 | 10010 | 101001 | 100111011 | 111011 | 100101 |
Color Harmonies of #96277B
Complementary color
Monochromatic Colors of #96277B
Black with #96277B
Text Example
Text Example
White with #96277B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96277B; }
p { color: rgb(150,39,123); }
H1.HeaderClassName
{
color: #96277B;
}
.AnyTagClassName
{
color: #96277B;
}
</style>
background-color css
<style>
a { background-color: #96277B; }
a { background-color: rgb(150,39,123); }
div.DivClassName
{
background-color: #96277B;
}
.BgClassName
{
background-color: #96277B;
}
</style>
border-color css
<style>
span { border-color: #96277B; }
span { border-color: rgb(150,39,123); }
td.TdClassName
{
border-color: #96277B;
}
.TagClassName
{
border-color: #96277B;
}
</style>