Shades of Dark Purple #97378B
Tints of Dark Purple #97378B
RGB
CMYK
RGB Variations
Color information
#97378B (or 0x97378B) is known color: Dark Purple. HEX triplet: 97, 37 and 8B. RGB value is (151,55,139). Sum of RGB (Red+Green+Blue) = 151+55+139=345 (45% of max value = 765). Red value is 151 (59.38% from 255 or 43.77% from 345); Green value is 55 (21.88% from 255 or 15.94% from 345); Blue value is 139 (54.69% from 255 or 40.29% from 345); Max value from RGB is 151 - color contains mainly: red. Hex color #97378B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97378B is #68C874. Grayscale: #5D5D5D. Windows color (decimal): -6867061 or 9123735. OLE color: 9123735.
HSL color Cylindrical-coordinate representation of color #97378B: hue angle of 307.5º degrees, saturation: 0.47, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #97378B is Cyan = 0, Magento = 0.64, Yellow = 0.08 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 55 | 139 | - |
| CMYK | 0 | 0.64 | 0.08 | 0.41 |
| HSL | 307.5º | 0.47% | 0.4% | - |
| HSV(B) | 307.5º | 0.64% | 0.59% | - |
| XYZ | 18.79 | 11.18 | 25.59 | - |
| YUV | 93.28 | 153.8 | 169.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 55 | 139 | 0 | 0.64 | 0.08 | 0.41 | 307.5 | 0.47 | 0.4 |
| Hex | 97 | 37 | 8B | 0 | 40 | 8 | 29 | 134 | 2F | 28 |
| Octal | 227 | 67 | 213 | 0 | 100 | 10 | 51 | 464 | 57 | 50 |
| Binary | 10010111 | 110111 | 10001011 | 0 | 1000000 | 1000 | 101001 | 100110100 | 101111 | 101000 |
Color Harmonies of #97378B
Complementary color
Monochromatic Colors of #97378B
Black with #97378B
Text Example
Text Example
White with #97378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97378B; }
p { color: rgb(151,55,139); }
H1.HeaderClassName
{
color: #97378B;
}
.AnyTagClassName
{
color: #97378B;
}
</style>
background-color css
<style>
a { background-color: #97378B; }
a { background-color: rgb(151,55,139); }
div.DivClassName
{
background-color: #97378B;
}
.BgClassName
{
background-color: #97378B;
}
</style>
border-color css
<style>
span { border-color: #97378B; }
span { border-color: rgb(151,55,139); }
td.TdClassName
{
border-color: #97378B;
}
.TagClassName
{
border-color: #97378B;
}
</style>