Shades of Dark Purple #912985
Tints of Dark Purple #912985
RGB
CMYK
RGB Variations
Color information
#912985 (or 0x912985) is known color: Dark Purple. HEX triplet: 91, 29 and 85. RGB value is (145,41,133). Sum of RGB (Red+Green+Blue) = 145+41+133=319 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.45% from 319); Green value is 41 (16.41% from 255 or 12.85% from 319); Blue value is 133 (52.34% from 255 or 41.69% from 319); Max value from RGB is 145 - color contains mainly: red. Hex color #912985 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912985 is #6ED67A. Grayscale: #525252. Windows color (decimal): -7263867 or 8726929. OLE color: 8726929.
HSL color Cylindrical-coordinate representation of color #912985: hue angle of 306.92º degrees, saturation: 0.56, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912985 is Cyan = 0, Magento = 0.72, Yellow = 0.08 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 41 | 133 | - |
| CMYK | 0 | 0.72 | 0.08 | 0.43 |
| HSL | 306.92º | 0.56% | 0.36% | - |
| HSV(B) | 306.92º | 0.72% | 0.57% | - |
| XYZ | 16.7 | 9.3 | 23.1 | - |
| YUV | 82.58 | 156.46 | 172.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 41 | 133 | 0 | 0.72 | 0.08 | 0.43 | 306.92 | 0.56 | 0.36 |
| Hex | 91 | 29 | 85 | 0 | 48 | 8 | 2B | 133 | 38 | 24 |
| Octal | 221 | 51 | 205 | 0 | 110 | 10 | 53 | 463 | 70 | 44 |
| Binary | 10010001 | 101001 | 10000101 | 0 | 1001000 | 1000 | 101011 | 100110011 | 111000 | 100100 |
Color Harmonies of #912985
Complementary color
Monochromatic Colors of #912985
Black with #912985
Text Example
Text Example
White with #912985
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912985; }
p { color: rgb(145,41,133); }
H1.HeaderClassName
{
color: #912985;
}
.AnyTagClassName
{
color: #912985;
}
</style>
background-color css
<style>
a { background-color: #912985; }
a { background-color: rgb(145,41,133); }
div.DivClassName
{
background-color: #912985;
}
.BgClassName
{
background-color: #912985;
}
</style>
border-color css
<style>
span { border-color: #912985; }
span { border-color: rgb(145,41,133); }
td.TdClassName
{
border-color: #912985;
}
.TagClassName
{
border-color: #912985;
}
</style>