Shades of Dark Purple #912B73
Tints of Dark Purple #912B73
RGB
CMYK
RGB Variations
Color information
#912B73 (or 0x912B73) is known color: Dark Purple. HEX triplet: 91, 2B and 73. RGB value is (145,43,115). Sum of RGB (Red+Green+Blue) = 145+43+115=303 (40% of max value = 765). Red value is 145 (57.03% from 255 or 47.85% from 303); Green value is 43 (17.19% from 255 or 14.19% from 303); Blue value is 115 (45.31% from 255 or 37.95% from 303); Max value from RGB is 145 - color contains mainly: red. Hex color #912B73 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912B73 is #6ED48C. Grayscale: #515151. Windows color (decimal): -7263373 or 7547793. OLE color: 7547793.
HSL color Cylindrical-coordinate representation of color #912B73: hue angle of 317.65º degrees, saturation: 0.54, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #912B73 is Cyan = 0, Magento = 0.70, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 43 | 115 | - |
| CMYK | 0 | 0.70 | 0.21 | 0.43 |
| HSL | 317.65º | 0.54% | 0.37% | - |
| HSV(B) | 317.65º | 0.7% | 0.57% | - |
| XYZ | 15.64 | 8.99 | 17.13 | - |
| YUV | 81.71 | 146.79 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 115 | 0 | 0.70 | 0.21 | 0.43 | 317.65 | 0.54 | 0.37 |
| Hex | 91 | 2B | 73 | 0 | 46 | 15 | 2B | 13E | 36 | 25 |
| Octal | 221 | 53 | 163 | 0 | 106 | 25 | 53 | 476 | 66 | 45 |
| Binary | 10010001 | 101011 | 1110011 | 0 | 1000110 | 10101 | 101011 | 100111110 | 110110 | 100101 |
Color Harmonies of #912B73
Complementary color
Monochromatic Colors of #912B73
Black with #912B73
Text Example
Text Example
White with #912B73
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912B73; }
p { color: rgb(145,43,115); }
H1.HeaderClassName
{
color: #912B73;
}
.AnyTagClassName
{
color: #912B73;
}
</style>
background-color css
<style>
a { background-color: #912B73; }
a { background-color: rgb(145,43,115); }
div.DivClassName
{
background-color: #912B73;
}
.BgClassName
{
background-color: #912B73;
}
</style>
border-color css
<style>
span { border-color: #912B73; }
span { border-color: rgb(145,43,115); }
td.TdClassName
{
border-color: #912B73;
}
.TagClassName
{
border-color: #912B73;
}
</style>