Shades of Dark Purple #912373
Tints of Dark Purple #912373
RGB
CMYK
RGB Variations
Color information
#912373 (or 0x912373) is known color: Dark Purple. HEX triplet: 91, 23 and 73. RGB value is (145,35,115). Sum of RGB (Red+Green+Blue) = 145+35+115=295 (39% of max value = 765). Red value is 145 (57.03% from 255 or 49.15% from 295); Green value is 35 (14.06% from 255 or 11.86% from 295); Blue value is 115 (45.31% from 255 or 38.98% from 295); Max value from RGB is 145 - color contains mainly: red. Hex color #912373 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912373 is #6EDC8C. Grayscale: #4C4C4C. Windows color (decimal): -7265421 or 7545745. OLE color: 7545745.
HSL color Cylindrical-coordinate representation of color #912373: hue angle of 316.36º degrees, saturation: 0.61, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912373 is Cyan = 0, Magento = 0.76, Yellow = 0.21 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 35 | 115 | - |
| CMYK | 0 | 0.76 | 0.21 | 0.43 |
| HSL | 316.36º | 0.61% | 0.35% | - |
| HSV(B) | 316.36º | 0.76% | 0.57% | - |
| XYZ | 15.37 | 8.46 | 17.04 | - |
| YUV | 77.01 | 149.44 | 176.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 35 | 115 | 0 | 0.76 | 0.21 | 0.43 | 316.36 | 0.61 | 0.35 |
| Hex | 91 | 23 | 73 | 0 | 4C | 15 | 2B | 13C | 3D | 23 |
| Octal | 221 | 43 | 163 | 0 | 114 | 25 | 53 | 474 | 75 | 43 |
| Binary | 10010001 | 100011 | 1110011 | 0 | 1001100 | 10101 | 101011 | 100111100 | 111101 | 100011 |
Color Harmonies of #912373
Complementary color
Monochromatic Colors of #912373
Black with #912373
Text Example
Text Example
White with #912373
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912373; }
p { color: rgb(145,35,115); }
H1.HeaderClassName
{
color: #912373;
}
.AnyTagClassName
{
color: #912373;
}
</style>
background-color css
<style>
a { background-color: #912373; }
a { background-color: rgb(145,35,115); }
div.DivClassName
{
background-color: #912373;
}
.BgClassName
{
background-color: #912373;
}
</style>
border-color css
<style>
span { border-color: #912373; }
span { border-color: rgb(145,35,115); }
td.TdClassName
{
border-color: #912373;
}
.TagClassName
{
border-color: #912373;
}
</style>