Shades of Dark Purple #97277A
Tints of Dark Purple #97277A
RGB
CMYK
RGB Variations
Color information
#97277A (or 0x97277A) is known color: Dark Purple. HEX triplet: 97, 27 and 7A. RGB value is (151,39,122). Sum of RGB (Red+Green+Blue) = 151+39+122=312 (41% of max value = 765). Red value is 151 (59.38% from 255 or 48.40% from 312); Green value is 39 (15.62% from 255 or 12.5% from 312); Blue value is 122 (48.05% from 255 or 39.10% from 312); Max value from RGB is 151 - color contains mainly: red. Hex color #97277A is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97277A is #68D885. Grayscale: #515151. Windows color (decimal): -6871174 or 8005527. OLE color: 8005527.
HSL color Cylindrical-coordinate representation of color #97277A: hue angle of 315.54º 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 #97277A is Cyan = 0, Magento = 0.74, Yellow = 0.19 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 39 | 122 | - |
| CMYK | 0 | 0.74 | 0.19 | 0.41 |
| HSL | 315.54º | 0.59% | 0.37% | - |
| HSV(B) | 315.54º | 0.74% | 0.59% | - |
| XYZ | 17 | 9.44 | 19.34 | - |
| YUV | 81.95 | 150.61 | 177.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 39 | 122 | 0 | 0.74 | 0.19 | 0.41 | 315.54 | 0.59 | 0.37 |
| Hex | 97 | 27 | 7A | 0 | 4A | 13 | 29 | 13C | 3B | 25 |
| Octal | 227 | 47 | 172 | 0 | 112 | 23 | 51 | 474 | 73 | 45 |
| Binary | 10010111 | 100111 | 1111010 | 0 | 1001010 | 10011 | 101001 | 100111100 | 111011 | 100101 |
Color Harmonies of #97277A
Complementary color
Monochromatic Colors of #97277A
Black with #97277A
Text Example
Text Example
White with #97277A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97277A; }
p { color: rgb(151,39,122); }
H1.HeaderClassName
{
color: #97277A;
}
.AnyTagClassName
{
color: #97277A;
}
</style>
background-color css
<style>
a { background-color: #97277A; }
a { background-color: rgb(151,39,122); }
div.DivClassName
{
background-color: #97277A;
}
.BgClassName
{
background-color: #97277A;
}
</style>
border-color css
<style>
span { border-color: #97277A; }
span { border-color: rgb(151,39,122); }
td.TdClassName
{
border-color: #97277A;
}
.TagClassName
{
border-color: #97277A;
}
</style>