Shades of Dark Purple #97288E
Tints of Dark Purple #97288E
RGB
CMYK
RGB Variations
Color information
#97288E (or 0x97288E) is known color: Dark Purple. HEX triplet: 97, 28 and 8E. RGB value is (151,40,142). Sum of RGB (Red+Green+Blue) = 151+40+142=333 (44% of max value = 765). Red value is 151 (59.38% from 255 or 45.35% from 333); Green value is 40 (16.02% from 255 or 12.01% from 333); Blue value is 142 (55.86% from 255 or 42.64% from 333); Max value from RGB is 151 - color contains mainly: red. Hex color #97288E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97288E is #68D771. Grayscale: #545454. Windows color (decimal): -6870898 or 9316503. OLE color: 9316503.
HSL color Cylindrical-coordinate representation of color #97288E: hue angle of 304.86º degrees, saturation: 0.58, 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 #97288E is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 40 | 142 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.41 |
| HSL | 304.86º | 0.58% | 0.37% | - |
| HSV(B) | 304.86º | 0.74% | 0.59% | - |
| XYZ | 18.4 | 10.05 | 26.56 | - |
| YUV | 84.82 | 160.27 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 40 | 142 | 0 | 0.74 | 0.06 | 0.41 | 304.86 | 0.58 | 0.37 |
| Hex | 97 | 28 | 8E | 0 | 4A | 6 | 29 | 131 | 3A | 25 |
| Octal | 227 | 50 | 216 | 0 | 112 | 6 | 51 | 461 | 72 | 45 |
| Binary | 10010111 | 101000 | 10001110 | 0 | 1001010 | 110 | 101001 | 100110001 | 111010 | 100101 |
Color Harmonies of #97288E
Complementary color
Monochromatic Colors of #97288E
Black with #97288E
Text Example
Text Example
White with #97288E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97288E; }
p { color: rgb(151,40,142); }
H1.HeaderClassName
{
color: #97288E;
}
.AnyTagClassName
{
color: #97288E;
}
</style>
background-color css
<style>
a { background-color: #97288E; }
a { background-color: rgb(151,40,142); }
div.DivClassName
{
background-color: #97288E;
}
.BgClassName
{
background-color: #97288E;
}
</style>
border-color css
<style>
span { border-color: #97288E; }
span { border-color: rgb(151,40,142); }
td.TdClassName
{
border-color: #97288E;
}
.TagClassName
{
border-color: #97288E;
}
</style>