Shades of Dark Purple #96278A
Tints of Dark Purple #96278A
RGB
CMYK
RGB Variations
Color information
#96278A (or 0x96278A) is known color: Dark Purple. HEX triplet: 96, 27 and 8A. RGB value is (150,39,138). Sum of RGB (Red+Green+Blue) = 150+39+138=327 (43% of max value = 765). Red value is 150 (58.98% from 255 or 45.87% from 327); Green value is 39 (15.62% from 255 or 11.93% from 327); Blue value is 138 (54.30% from 255 or 42.20% from 327); Max value from RGB is 150 - color contains mainly: red. Hex color #96278A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #96278A is #69D875. Grayscale: #535353. Windows color (decimal): -6936694 or 9054102. OLE color: 9054102.
HSL color Cylindrical-coordinate representation of color #96278A: hue angle of 306.49º 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 #96278A is Cyan = 0, Magento = 0.74, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 150 | 39 | 138 | - |
| CMYK | 0 | 0.74 | 0.08 | 0.41 |
| HSL | 306.49º | 0.59% | 0.37% | - |
| HSV(B) | 306.49º | 0.74% | 0.59% | - |
| XYZ | 17.89 | 9.77 | 24.99 | - |
| YUV | 83.48 | 158.77 | 175.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 150 | 39 | 138 | 0 | 0.74 | 0.08 | 0.41 | 306.49 | 0.59 | 0.37 |
| Hex | 96 | 27 | 8A | 0 | 4A | 8 | 29 | 132 | 3B | 25 |
| Octal | 226 | 47 | 212 | 0 | 112 | 10 | 51 | 462 | 73 | 45 |
| Binary | 10010110 | 100111 | 10001010 | 0 | 1001010 | 1000 | 101001 | 100110010 | 111011 | 100101 |
Color Harmonies of #96278A
Complementary color
Monochromatic Colors of #96278A
Black with #96278A
Text Example
Text Example
White with #96278A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #96278A; }
p { color: rgb(150,39,138); }
H1.HeaderClassName
{
color: #96278A;
}
.AnyTagClassName
{
color: #96278A;
}
</style>
background-color css
<style>
a { background-color: #96278A; }
a { background-color: rgb(150,39,138); }
div.DivClassName
{
background-color: #96278A;
}
.BgClassName
{
background-color: #96278A;
}
</style>
border-color css
<style>
span { border-color: #96278A; }
span { border-color: rgb(150,39,138); }
td.TdClassName
{
border-color: #96278A;
}
.TagClassName
{
border-color: #96278A;
}
</style>