Shades of Dark Purple #97137C
Tints of Dark Purple #97137C
RGB
CMYK
RGB Variations
Color information
#97137C (or 0x97137C) is known color: Dark Purple. HEX triplet: 97, 13 and 7C. RGB value is (151,19,124). Sum of RGB (Red+Green+Blue) = 151+19+124=294 (38% of max value = 765). Red value is 151 (59.38% from 255 or 51.36% from 294); Green value is 19 (7.81% from 255 or 6.46% from 294); Blue value is 124 (48.83% from 255 or 42.18% from 294); Max value from RGB is 151 - color contains mainly: red. Hex color #97137C is not a web safe color. Web safe color analog (approx): #990066. Inversed color of #97137C is #68EC83. Grayscale: #464646. Windows color (decimal): -6876292 or 8131479. OLE color: 8131479.
HSL color Cylindrical-coordinate representation of color #97137C: hue angle of 312.27º degrees, saturation: 0.78, lightness: 0.33%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #97137C is Cyan = 0, Magento = 0.87, Yellow = 0.18 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 19 | 124 | - |
| CMYK | 0 | 0.87 | 0.18 | 0.41 |
| HSL | 312.27º | 0.78% | 0.33% | - |
| HSV(B) | 312.27º | 0.87% | 0.59% | - |
| XYZ | 16.63 | 8.5 | 19.83 | - |
| YUV | 70.44 | 158.23 | 185.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 19 | 124 | 0 | 0.87 | 0.18 | 0.41 | 312.27 | 0.78 | 0.33 |
| Hex | 97 | 13 | 7C | 0 | 57 | 12 | 29 | 138 | 4E | 21 |
| Octal | 227 | 23 | 174 | 0 | 127 | 22 | 51 | 470 | 116 | 41 |
| Binary | 10010111 | 10011 | 1111100 | 0 | 1010111 | 10010 | 101001 | 100111000 | 1001110 | 100001 |
Color Harmonies of #97137C
Complementary color
Monochromatic Colors of #97137C
Black with #97137C
Text Example
Text Example
White with #97137C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97137C; }
p { color: rgb(151,19,124); }
H1.HeaderClassName
{
color: #97137C;
}
.AnyTagClassName
{
color: #97137C;
}
</style>
background-color css
<style>
a { background-color: #97137C; }
a { background-color: rgb(151,19,124); }
div.DivClassName
{
background-color: #97137C;
}
.BgClassName
{
background-color: #97137C;
}
</style>
border-color css
<style>
span { border-color: #97137C; }
span { border-color: rgb(151,19,124); }
td.TdClassName
{
border-color: #97137C;
}
.TagClassName
{
border-color: #97137C;
}
</style>