Shades of Dark Purple #97268E
Tints of Dark Purple #97268E
RGB
CMYK
RGB Variations
Color information
#97268E (or 0x97268E) is known color: Dark Purple. HEX triplet: 97, 26 and 8E. RGB value is (151,38,142). Sum of RGB (Red+Green+Blue) = 151+38+142=331 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.62% from 331); Green value is 38 (15.23% from 255 or 11.48% from 331); Blue value is 142 (55.86% from 255 or 42.90% from 331); Max value from RGB is 151 - color contains mainly: red. Hex color #97268E is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97268E is #68D971. Grayscale: #535353. Windows color (decimal): -6871410 or 9315991. OLE color: 9315991.
HSL color Cylindrical-coordinate representation of color #97268E: hue angle of 304.78º 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 #97268E is Cyan = 0, Magento = 0.75, Yellow = 0.06 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 142 | - |
| CMYK | 0 | 0.75 | 0.06 | 0.41 |
| HSL | 304.78º | 0.6% | 0.37% | - |
| HSV(B) | 304.78º | 0.75% | 0.59% | - |
| XYZ | 18.34 | 9.92 | 26.54 | - |
| YUV | 83.64 | 160.94 | 176.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 142 | 0 | 0.75 | 0.06 | 0.41 | 304.78 | 0.6 | 0.37 |
| Hex | 97 | 26 | 8E | 0 | 4B | 6 | 29 | 131 | 3C | 25 |
| Octal | 227 | 46 | 216 | 0 | 113 | 6 | 51 | 461 | 74 | 45 |
| Binary | 10010111 | 100110 | 10001110 | 0 | 1001011 | 110 | 101001 | 100110001 | 111100 | 100101 |
Color Harmonies of #97268E
Complementary color
Monochromatic Colors of #97268E
Black with #97268E
Text Example
Text Example
White with #97268E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97268E; }
p { color: rgb(151,38,142); }
H1.HeaderClassName
{
color: #97268E;
}
.AnyTagClassName
{
color: #97268E;
}
</style>
background-color css
<style>
a { background-color: #97268E; }
a { background-color: rgb(151,38,142); }
div.DivClassName
{
background-color: #97268E;
}
.BgClassName
{
background-color: #97268E;
}
</style>
border-color css
<style>
span { border-color: #97268E; }
span { border-color: rgb(151,38,142); }
td.TdClassName
{
border-color: #97268E;
}
.TagClassName
{
border-color: #97268E;
}
</style>