Shades of Dark Purple #96276B
Tints of Dark Purple #96276B
RGB
CMYK
RGB Variations
Color information
#96276B (or 0x96276B) is known color: Dark Purple. HEX triplet: 96, 27 and 6B. RGB value is (150,39,107). Sum of RGB (Red+Green+Blue) = 150+39+107=296 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.68% from 296); Green value is 39 (15.62% from 255 or 13.18% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 150 - color contains mainly: red. Hex color #96276B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96276B is #69D894. Grayscale: #4F4F4F. Windows color (decimal): -6936725 or 7022486. OLE color: 7022486.
HSL color Cylindrical-coordinate representation of color #96276B: hue angle of 323.24º 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 #96276B is Cyan = 0, Magento = 0.74, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 107 | - |
| CMYK | 0 | 0.74 | 0.29 | 0.41 |
| HSL | 323.24º | 0.59% | 0.37% | - |
| HSV(B) | 323.24º | 0.74% | 0.59% | - |
| XYZ | 15.96 | 9 | 14.81 | - |
| YUV | 79.94 | 143.27 | 177.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 107 | 0 | 0.74 | 0.29 | 0.41 | 323.24 | 0.59 | 0.37 |
| Hex | 96 | 27 | 6B | 0 | 4A | 1D | 29 | 143 | 3B | 25 |
| Octal | 226 | 47 | 153 | 0 | 112 | 35 | 51 | 503 | 73 | 45 |
| Binary | 10010110 | 100111 | 1101011 | 0 | 1001010 | 11101 | 101001 | 101000011 | 111011 | 100101 |
Color Harmonies of #96276B
Complementary color
Monochromatic Colors of #96276B
Black with #96276B
Text Example
Text Example
White with #96276B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96276B; }
p { color: rgb(150,39,107); }
H1.HeaderClassName
{
color: #96276B;
}
.AnyTagClassName
{
color: #96276B;
}
</style>
background-color css
<style>
a { background-color: #96276B; }
a { background-color: rgb(150,39,107); }
div.DivClassName
{
background-color: #96276B;
}
.BgClassName
{
background-color: #96276B;
}
</style>
border-color css
<style>
span { border-color: #96276B; }
span { border-color: rgb(150,39,107); }
td.TdClassName
{
border-color: #96276B;
}
.TagClassName
{
border-color: #96276B;
}
</style>