Shades of Dark Purple #96268F
Tints of Dark Purple #96268F
RGB
CMYK
RGB Variations
Color information
#96268F (or 0x96268F) is known color: Dark Purple. HEX triplet: 96, 26 and 8F. RGB value is (150,38,143). Sum of RGB (Red+Green+Blue) = 150+38+143=331 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.32% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 143 (56.25% from 255 or 43.20% from 331); Max value from RGB is 150 - color contains mainly: red. Hex color #96268F is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96268F is #69D970. Grayscale: #535353. Windows color (decimal): -6936945 or 9381526. OLE color: 9381526.
HSL color Cylindrical-coordinate representation of color #96268F: hue angle of 303.75º 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 #96268F is Cyan = 0, Magento = 0.75, Yellow = 0.05 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 38 | 143 | - |
| CMYK | 0 | 0.75 | 0.05 | 0.41 |
| HSL | 303.75º | 0.6% | 0.37% | - |
| HSV(B) | 303.75º | 0.75% | 0.59% | - |
| XYZ | 18.23 | 9.85 | 26.93 | - |
| YUV | 83.46 | 161.61 | 175.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 38 | 143 | 0 | 0.75 | 0.05 | 0.41 | 303.75 | 0.6 | 0.37 |
| Hex | 96 | 26 | 8F | 0 | 4B | 5 | 29 | 130 | 3C | 25 |
| Octal | 226 | 46 | 217 | 0 | 113 | 5 | 51 | 460 | 74 | 45 |
| Binary | 10010110 | 100110 | 10001111 | 0 | 1001011 | 101 | 101001 | 100110000 | 111100 | 100101 |
Color Harmonies of #96268F
Complementary color
Monochromatic Colors of #96268F
Black with #96268F
Text Example
Text Example
White with #96268F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96268F; }
p { color: rgb(150,38,143); }
H1.HeaderClassName
{
color: #96268F;
}
.AnyTagClassName
{
color: #96268F;
}
</style>
background-color css
<style>
a { background-color: #96268F; }
a { background-color: rgb(150,38,143); }
div.DivClassName
{
background-color: #96268F;
}
.BgClassName
{
background-color: #96268F;
}
</style>
border-color css
<style>
span { border-color: #96268F; }
span { border-color: rgb(150,38,143); }
td.TdClassName
{
border-color: #96268F;
}
.TagClassName
{
border-color: #96268F;
}
</style>