Shades of Dark Purple #97257C
Tints of Dark Purple #97257C
RGB
CMYK
RGB Variations
Color information
#97257C (or 0x97257C) is known color: Dark Purple. HEX triplet: 97, 25 and 7C. RGB value is (151,37,124). Sum of RGB (Red+Green+Blue) = 151+37+124=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 37 (14.84% from 255 or 11.86% from 312); Blue value is 124 (48.83% from 255 or 39.74% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97257C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97257C is #68DA83. Grayscale: #505050. Windows color (decimal): -6871684 or 8136087. OLE color: 8136087.
HSL color Cylindrical-coordinate representation of color #97257C: hue angle of 314.21º 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 #97257C is Cyan = 0, Magento = 0.75, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 37 | 124 | - |
| CMYK | 0 | 0.75 | 0.18 | 0.41 |
| HSL | 314.21º | 0.61% | 0.37% | - |
| HSV(B) | 314.21º | 0.75% | 0.59% | - |
| XYZ | 17.06 | 9.36 | 19.98 | - |
| YUV | 81 | 152.27 | 177.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 37 | 124 | 0 | 0.75 | 0.18 | 0.41 | 314.21 | 0.61 | 0.37 |
| Hex | 97 | 25 | 7C | 0 | 4B | 12 | 29 | 13A | 3D | 25 |
| Octal | 227 | 45 | 174 | 0 | 113 | 22 | 51 | 472 | 75 | 45 |
| Binary | 10010111 | 100101 | 1111100 | 0 | 1001011 | 10010 | 101001 | 100111010 | 111101 | 100101 |
Color Harmonies of #97257C
Complementary color
Monochromatic Colors of #97257C
Black with #97257C
Text Example
Text Example
White with #97257C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97257C; }
p { color: rgb(151,37,124); }
H1.HeaderClassName
{
color: #97257C;
}
.AnyTagClassName
{
color: #97257C;
}
</style>
background-color css
<style>
a { background-color: #97257C; }
a { background-color: rgb(151,37,124); }
div.DivClassName
{
background-color: #97257C;
}
.BgClassName
{
background-color: #97257C;
}
</style>
border-color css
<style>
span { border-color: #97257C; }
span { border-color: rgb(151,37,124); }
td.TdClassName
{
border-color: #97257C;
}
.TagClassName
{
border-color: #97257C;
}
</style>