Shades of Dark Purple #97278C
Tints of Dark Purple #97278C
RGB
CMYK
RGB Variations
Color information
#97278C (or 0x97278C) is known color: Dark Purple. HEX triplet: 97, 27 and 8C. RGB value is (151,39,140). Sum of RGB (Red+Green+Blue) = 151+39+140=330 (43% of max value = 765). Red value is 151 (59.38% from 255 or 45.76% from 330); Green value is 39 (15.62% from 255 or 11.82% from 330); Blue value is 140 (55.08% from 255 or 42.42% from 330); Max value from RGB is 151 - color contains mainly: red. Hex color #97278C is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #97278C is #68D873. Grayscale: #535353. Windows color (decimal): -6871156 or 9185175. OLE color: 9185175.
HSL color Cylindrical-coordinate representation of color #97278C: hue angle of 305.89º 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 #97278C is Cyan = 0, Magento = 0.74, Yellow = 0.07 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 140 | - |
| CMYK | 0 | 0.74 | 0.07 | 0.41 |
| HSL | 305.89º | 0.59% | 0.37% | - |
| HSV(B) | 305.89º | 0.74% | 0.59% | - |
| XYZ | 18.22 | 9.92 | 25.77 | - |
| YUV | 84 | 159.61 | 175.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 140 | 0 | 0.74 | 0.07 | 0.41 | 305.89 | 0.59 | 0.37 |
| Hex | 97 | 27 | 8C | 0 | 4A | 7 | 29 | 132 | 3B | 25 |
| Octal | 227 | 47 | 214 | 0 | 112 | 7 | 51 | 462 | 73 | 45 |
| Binary | 10010111 | 100111 | 10001100 | 0 | 1001010 | 111 | 101001 | 100110010 | 111011 | 100101 |
Color Harmonies of #97278C
Complementary color
Monochromatic Colors of #97278C
Black with #97278C
Text Example
Text Example
White with #97278C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97278C; }
p { color: rgb(151,39,140); }
H1.HeaderClassName
{
color: #97278C;
}
.AnyTagClassName
{
color: #97278C;
}
</style>
background-color css
<style>
a { background-color: #97278C; }
a { background-color: rgb(151,39,140); }
div.DivClassName
{
background-color: #97278C;
}
.BgClassName
{
background-color: #97278C;
}
</style>
border-color css
<style>
span { border-color: #97278C; }
span { border-color: rgb(151,39,140); }
td.TdClassName
{
border-color: #97278C;
}
.TagClassName
{
border-color: #97278C;
}
</style>