Shades of Dark Purple #97256E
Tints of Dark Purple #97256E
RGB
CMYK
RGB Variations
Color information
#97256E (or 0x97256E) is known color: Dark Purple. HEX triplet: 97, 25 and 6E. RGB value is (151,37,110). Sum of RGB (Red+Green+Blue) = 151+37+110=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 37 (14.84% from 255 or 12.42% from 298); Blue value is 110 (43.36% from 255 or 36.91% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97256E is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97256E is #68DA91. Grayscale: #4F4F4F. Windows color (decimal): -6871698 or 7218583. OLE color: 7218583.
HSL color Cylindrical-coordinate representation of color #97256E: hue angle of 321.58º degrees, saturation: 0.61, 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 #97256E is Cyan = 0, Magento = 0.75, Yellow = 0.27 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 110 | - |
| CMYK | 0 | 0.75 | 0.27 | 0.41 |
| HSL | 321.58º | 0.61% | 0.37% | - |
| HSV(B) | 321.58º | 0.75% | 0.59% | - |
| XYZ | 16.24 | 9.03 | 15.64 | - |
| YUV | 79.41 | 145.27 | 179.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 110 | 0 | 0.75 | 0.27 | 0.41 | 321.58 | 0.61 | 0.37 |
| Hex | 97 | 25 | 6E | 0 | 4B | 1B | 29 | 142 | 3D | 25 |
| Octal | 227 | 45 | 156 | 0 | 113 | 33 | 51 | 502 | 75 | 45 |
| Binary | 10010111 | 100101 | 1101110 | 0 | 1001011 | 11011 | 101001 | 101000010 | 111101 | 100101 |
Color Harmonies of #97256E
Complementary color
Monochromatic Colors of #97256E
Black with #97256E
Text Example
Text Example
White with #97256E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97256E; }
p { color: rgb(151,37,110); }
H1.HeaderClassName
{
color: #97256E;
}
.AnyTagClassName
{
color: #97256E;
}
</style>
background-color css
<style>
a { background-color: #97256E; }
a { background-color: rgb(151,37,110); }
div.DivClassName
{
background-color: #97256E;
}
.BgClassName
{
background-color: #97256E;
}
</style>
border-color css
<style>
span { border-color: #97256E; }
span { border-color: rgb(151,37,110); }
td.TdClassName
{
border-color: #97256E;
}
.TagClassName
{
border-color: #97256E;
}
</style>