Shades of Dark Purple #96277E
Tints of Dark Purple #96277E
RGB
CMYK
RGB Variations
Color information
#96277E (or 0x96277E) is known color: Dark Purple. HEX triplet: 96, 27 and 7E. RGB value is (150,39,126). Sum of RGB (Red+Green+Blue) = 150+39+126=315 (41% of max value = 765). Red value is 150 (58.98% from 255 or 47.62% from 315); Green value is 39 (15.62% from 255 or 12.38% from 315); Blue value is 126 (49.61% from 255 or 40% from 315); Max value from RGB is 150 - color contains mainly: red. Hex color #96277E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96277E is #69D881. Grayscale: #515151. Windows color (decimal): -6936706 or 8267670. OLE color: 8267670.
HSL color Cylindrical-coordinate representation of color #96277E: hue angle of 312.97º 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 #96277E is Cyan = 0, Magento = 0.74, Yellow = 0.16 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 126 | - |
| CMYK | 0 | 0.74 | 0.16 | 0.41 |
| HSL | 312.97º | 0.59% | 0.37% | - |
| HSV(B) | 312.97º | 0.74% | 0.59% | - |
| XYZ | 17.07 | 9.44 | 20.66 | - |
| YUV | 82.11 | 152.77 | 176.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 126 | 0 | 0.74 | 0.16 | 0.41 | 312.97 | 0.59 | 0.37 |
| Hex | 96 | 27 | 7E | 0 | 4A | 10 | 29 | 139 | 3B | 25 |
| Octal | 226 | 47 | 176 | 0 | 112 | 20 | 51 | 471 | 73 | 45 |
| Binary | 10010110 | 100111 | 1111110 | 0 | 1001010 | 10000 | 101001 | 100111001 | 111011 | 100101 |
Color Harmonies of #96277E
Complementary color
Monochromatic Colors of #96277E
Black with #96277E
Text Example
Text Example
White with #96277E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96277E; }
p { color: rgb(150,39,126); }
H1.HeaderClassName
{
color: #96277E;
}
.AnyTagClassName
{
color: #96277E;
}
</style>
background-color css
<style>
a { background-color: #96277E; }
a { background-color: rgb(150,39,126); }
div.DivClassName
{
background-color: #96277E;
}
.BgClassName
{
background-color: #96277E;
}
</style>
border-color css
<style>
span { border-color: #96277E; }
span { border-color: rgb(150,39,126); }
td.TdClassName
{
border-color: #96277E;
}
.TagClassName
{
border-color: #96277E;
}
</style>