Shades of Dark Purple #97266C
Tints of Dark Purple #97266C
RGB
CMYK
RGB Variations
Color information
#97266C (or 0x97266C) is known color: Dark Purple. HEX triplet: 97, 26 and 6C. RGB value is (151,38,108). Sum of RGB (Red+Green+Blue) = 151+38+108=297 (39% of max value = 765). Red value is 151 (59.38% from 255 or 50.84% from 297); Green value is 38 (15.23% from 255 or 12.79% from 297); Blue value is 108 (42.58% from 255 or 36.36% from 297); Max value from RGB is 151 - color contains mainly: red. Hex color #97266C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97266C is #68D993. Grayscale: #4F4F4F. Windows color (decimal): -6871444 or 7087767. OLE color: 7087767.
HSL color Cylindrical-coordinate representation of color #97266C: hue angle of 322.83º degrees, saturation: 0.6, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #97266C is Cyan = 0, Magento = 0.75, Yellow = 0.28 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 108 | - |
| CMYK | 0 | 0.75 | 0.28 | 0.41 |
| HSL | 322.83º | 0.6% | 0.37% | - |
| HSV(B) | 322.83º | 0.75% | 0.59% | - |
| XYZ | 16.16 | 9.05 | 15.08 | - |
| YUV | 79.77 | 143.94 | 178.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 108 | 0 | 0.75 | 0.28 | 0.41 | 322.83 | 0.6 | 0.37 |
| Hex | 97 | 26 | 6C | 0 | 4B | 1C | 29 | 143 | 3C | 25 |
| Octal | 227 | 46 | 154 | 0 | 113 | 34 | 51 | 503 | 74 | 45 |
| Binary | 10010111 | 100110 | 1101100 | 0 | 1001011 | 11100 | 101001 | 101000011 | 111100 | 100101 |
Color Harmonies of #97266C
Complementary color
Monochromatic Colors of #97266C
Black with #97266C
Text Example
Text Example
White with #97266C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97266C; }
p { color: rgb(151,38,108); }
H1.HeaderClassName
{
color: #97266C;
}
.AnyTagClassName
{
color: #97266C;
}
</style>
background-color css
<style>
a { background-color: #97266C; }
a { background-color: rgb(151,38,108); }
div.DivClassName
{
background-color: #97266C;
}
.BgClassName
{
background-color: #97266C;
}
</style>
border-color css
<style>
span { border-color: #97266C; }
span { border-color: rgb(151,38,108); }
td.TdClassName
{
border-color: #97266C;
}
.TagClassName
{
border-color: #97266C;
}
</style>