Shades of Dark Purple #97266B
Tints of Dark Purple #97266B
RGB
CMYK
RGB Variations
Color information
#97266B (or 0x97266B) is known color: Dark Purple. HEX triplet: 97, 26 and 6B. RGB value is (151,38,107). Sum of RGB (Red+Green+Blue) = 151+38+107=296 (39% of max value = 765). Red value is 151 (59.38% from 255 or 51.01% from 296); Green value is 38 (15.23% from 255 or 12.84% from 296); Blue value is 107 (42.19% from 255 or 36.15% from 296); Max value from RGB is 151 - color contains mainly: red. Hex color #97266B is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #97266B is #68D994. Grayscale: #4F4F4F. Windows color (decimal): -6871445 or 7022231. OLE color: 7022231.
HSL color Cylindrical-coordinate representation of color #97266B: hue angle of 323.36º 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 #97266B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.41.
Color convert
| RGB | 151 | 38 | 107 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.41 |
| HSL | 323.36º | 0.6% | 0.37% | - |
| HSV(B) | 323.36º | 0.75% | 0.59% | - |
| XYZ | 16.11 | 9.03 | 14.8 | - |
| YUV | 79.65 | 143.44 | 178.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 151 | 38 | 107 | 0 | 0.75 | 0.29 | 0.41 | 323.36 | 0.6 | 0.37 |
| Hex | 97 | 26 | 6B | 0 | 4B | 1D | 29 | 143 | 3C | 25 |
| Octal | 227 | 46 | 153 | 0 | 113 | 35 | 51 | 503 | 74 | 45 |
| Binary | 10010111 | 100110 | 1101011 | 0 | 1001011 | 11101 | 101001 | 101000011 | 111100 | 100101 |
Color Harmonies of #97266B
Complementary color
Monochromatic Colors of #97266B
Black with #97266B
Text Example
Text Example
White with #97266B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #97266B; }
p { color: rgb(151,38,107); }
H1.HeaderClassName
{
color: #97266B;
}
.AnyTagClassName
{
color: #97266B;
}
</style>
background-color css
<style>
a { background-color: #97266B; }
a { background-color: rgb(151,38,107); }
div.DivClassName
{
background-color: #97266B;
}
.BgClassName
{
background-color: #97266B;
}
</style>
border-color css
<style>
span { border-color: #97266B; }
span { border-color: rgb(151,38,107); }
td.TdClassName
{
border-color: #97266B;
}
.TagClassName
{
border-color: #97266B;
}
</style>