Shades of Dark Purple #96268B
Tints of Dark Purple #96268B
RGB
CMYK
RGB Variations
Color information
#96268B (or 0x96268B) is known color: Dark Purple. HEX triplet: 96, 26 and 8B. RGB value is (150,38,139). Sum of RGB (Red+Green+Blue) = 150+38+139=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 38 (15.23% from 255 or 11.62% from 327); Blue value is 139 (54.69% from 255 or 42.51% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96268B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268B is #69D974. Grayscale: #525252. Windows color (decimal): -6936949 or 9119382. OLE color: 9119382.
HSL color Cylindrical-coordinate representation of color #96268B: hue angle of 305.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 #96268B is Cyan = 0, Magento = 0.75, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 139 | - |
| CMYK | 0 | 0.75 | 0.07 | 0.41 |
| HSL | 305.89º | 0.6% | 0.37% | - |
| HSV(B) | 305.89º | 0.75% | 0.59% | - |
| XYZ | 17.93 | 9.73 | 25.36 | - |
| YUV | 83 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 139 | 0 | 0.75 | 0.07 | 0.41 | 305.89 | 0.6 | 0.37 |
| Hex | 96 | 26 | 8B | 0 | 4B | 7 | 29 | 132 | 3C | 25 |
| Octal | 226 | 46 | 213 | 0 | 113 | 7 | 51 | 462 | 74 | 45 |
| Binary | 10010110 | 100110 | 10001011 | 0 | 1001011 | 111 | 101001 | 100110010 | 111100 | 100101 |
Color Harmonies of #96268B
Complementary color
Monochromatic Colors of #96268B
Black with #96268B
Text Example
Text Example
White with #96268B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96268B; }
p { color: rgb(150,38,139); }
H1.HeaderClassName
{
color: #96268B;
}
.AnyTagClassName
{
color: #96268B;
}
</style>
background-color css
<style>
a { background-color: #96268B; }
a { background-color: rgb(150,38,139); }
div.DivClassName
{
background-color: #96268B;
}
.BgClassName
{
background-color: #96268B;
}
</style>
border-color css
<style>
span { border-color: #96268B; }
span { border-color: rgb(150,38,139); }
td.TdClassName
{
border-color: #96268B;
}
.TagClassName
{
border-color: #96268B;
}
</style>