Shades of Dark Purple #97276C
Tints of Dark Purple #97276C
RGB
CMYK
RGB Variations
Color information
#97276C (or 0x97276C) is known color: Dark Purple. HEX triplet: 97, 27 and 6C. RGB value is (151,39,108). Sum of RGB (Red+Green+Blue) = 151+39+108=298 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.67% from 298); Green value is 39 (15.62% from 255 or 13.09% from 298); Blue value is 108 (42.58% from 255 or 36.24% from 298); Max value from RGB is 151 - color contains mainly: red. Hex color #97276C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97276C is #68D893. Grayscale: #505050. Windows color (decimal): -6871188 or 7088023. OLE color: 7088023.
HSL color Cylindrical-coordinate representation of color #97276C: hue angle of 323.04º degrees, saturation: 0.59, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #97276C is Cyan = 0, Magento = 0.74, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 108 | - |
| CMYK | 0 | 0.74 | 0.28 | 0.41 |
| HSL | 323.04º | 0.59% | 0.37% | - |
| HSV(B) | 323.04º | 0.74% | 0.59% | - |
| XYZ | 16.19 | 9.11 | 15.09 | - |
| YUV | 80.35 | 143.61 | 178.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 108 | 0 | 0.74 | 0.28 | 0.41 | 323.04 | 0.59 | 0.37 |
| Hex | 97 | 27 | 6C | 0 | 4A | 1C | 29 | 143 | 3B | 25 |
| Octal | 227 | 47 | 154 | 0 | 112 | 34 | 51 | 503 | 73 | 45 |
| Binary | 10010111 | 100111 | 1101100 | 0 | 1001010 | 11100 | 101001 | 101000011 | 111011 | 100101 |
Color Harmonies of #97276C
Complementary color
Monochromatic Colors of #97276C
Black with #97276C
Text Example
Text Example
White with #97276C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97276C; }
p { color: rgb(151,39,108); }
H1.HeaderClassName
{
color: #97276C;
}
.AnyTagClassName
{
color: #97276C;
}
</style>
background-color css
<style>
a { background-color: #97276C; }
a { background-color: rgb(151,39,108); }
div.DivClassName
{
background-color: #97276C;
}
.BgClassName
{
background-color: #97276C;
}
</style>
border-color css
<style>
span { border-color: #97276C; }
span { border-color: rgb(151,39,108); }
td.TdClassName
{
border-color: #97276C;
}
.TagClassName
{
border-color: #97276C;
}
</style>