Shades of Dark Purple #96227F
Tints of Dark Purple #96227F
RGB
CMYK
RGB Variations
Color information
#96227F (or 0x96227F) is known color: Dark Purple. HEX triplet: 96, 22 and 7F. RGB value is (150,34,127). Sum of RGB (Red+Green+Blue) = 150+34+127=311 (41% of max value = 765). Red value is 150 (58.98% from 255 or 48.23% from 311); Green value is 34 (13.67% from 255 or 10.93% from 311); Blue value is 127 (50% from 255 or 40.84% from 311); Max value from RGB is 150 - color contains mainly: red. Hex color #96227F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96227F is #69DD80. Grayscale: #4F4F4F. Windows color (decimal): -6937985 or 8331926. OLE color: 8331926.
HSL color Cylindrical-coordinate representation of color #96227F: hue angle of 311.9º degrees, saturation: 0.63, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #96227F is Cyan = 0, Magento = 0.77, Yellow = 0.15 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 34 | 127 | - |
| CMYK | 0 | 0.77 | 0.15 | 0.41 |
| HSL | 311.9º | 0.63% | 0.36% | - |
| HSV(B) | 311.9º | 0.77% | 0.59% | - |
| XYZ | 16.98 | 9.16 | 20.95 | - |
| YUV | 79.29 | 154.93 | 178.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 34 | 127 | 0 | 0.77 | 0.15 | 0.41 | 311.9 | 0.63 | 0.36 |
| Hex | 96 | 22 | 7F | 0 | 4D | F | 29 | 138 | 3F | 24 |
| Octal | 226 | 42 | 177 | 0 | 115 | 17 | 51 | 470 | 77 | 44 |
| Binary | 10010110 | 100010 | 1111111 | 0 | 1001101 | 1111 | 101001 | 100111000 | 111111 | 100100 |
Color Harmonies of #96227F
Complementary color
Monochromatic Colors of #96227F
Black with #96227F
Text Example
Text Example
White with #96227F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96227F; }
p { color: rgb(150,34,127); }
H1.HeaderClassName
{
color: #96227F;
}
.AnyTagClassName
{
color: #96227F;
}
</style>
background-color css
<style>
a { background-color: #96227F; }
a { background-color: rgb(150,34,127); }
div.DivClassName
{
background-color: #96227F;
}
.BgClassName
{
background-color: #96227F;
}
</style>
border-color css
<style>
span { border-color: #96227F; }
span { border-color: rgb(150,34,127); }
td.TdClassName
{
border-color: #96227F;
}
.TagClassName
{
border-color: #96227F;
}
</style>