Shades of Dark Purple #96266F
Tints of Dark Purple #96266F
RGB
CMYK
RGB Variations
Color information
#96266F (or 0x96266F) is known color: Dark Purple. HEX triplet: 96, 26 and 6F. RGB value is (150,38,111). Sum of RGB (Red+Green+Blue) = 150+38+111=299 (39% of max value = 765). Red value is 150 (58.98% from 255 or 50.17% from 299); Green value is 38 (15.23% from 255 or 12.71% from 299); Blue value is 111 (43.75% from 255 or 37.12% from 299); Max value from RGB is 150 - color contains mainly: red. Hex color #96266F is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #96266F is #69D990. Grayscale: #4F4F4F. Windows color (decimal): -6936977 or 7284374. OLE color: 7284374.
HSL color Cylindrical-coordinate representation of color #96266F: hue angle of 320.89º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #96266F is Cyan = 0, Magento = 0.75, Yellow = 0.26 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 111 | - |
| CMYK | 0 | 0.75 | 0.26 | 0.41 |
| HSL | 320.89º | 0.6% | 0.37% | - |
| HSV(B) | 320.89º | 0.75% | 0.59% | - |
| XYZ | 16.14 | 9.02 | 15.93 | - |
| YUV | 79.81 | 145.61 | 178.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 111 | 0 | 0.75 | 0.26 | 0.41 | 320.89 | 0.6 | 0.37 |
| Hex | 96 | 26 | 6F | 0 | 4B | 1A | 29 | 141 | 3C | 25 |
| Octal | 226 | 46 | 157 | 0 | 113 | 32 | 51 | 501 | 74 | 45 |
| Binary | 10010110 | 100110 | 1101111 | 0 | 1001011 | 11010 | 101001 | 101000001 | 111100 | 100101 |
Color Harmonies of #96266F
Complementary color
Monochromatic Colors of #96266F
Black with #96266F
Text Example
Text Example
White with #96266F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96266F; }
p { color: rgb(150,38,111); }
H1.HeaderClassName
{
color: #96266F;
}
.AnyTagClassName
{
color: #96266F;
}
</style>
background-color css
<style>
a { background-color: #96266F; }
a { background-color: rgb(150,38,111); }
div.DivClassName
{
background-color: #96266F;
}
.BgClassName
{
background-color: #96266F;
}
</style>
border-color css
<style>
span { border-color: #96266F; }
span { border-color: rgb(150,38,111); }
td.TdClassName
{
border-color: #96266F;
}
.TagClassName
{
border-color: #96266F;
}
</style>