Shades of Dark Purple #912584
Tints of Dark Purple #912584
RGB
CMYK
RGB Variations
Color information
#912584 (or 0x912584) is known color: Dark Purple. HEX triplet: 91, 25 and 84. RGB value is (145,37,132). Sum of RGB (Red+Green+Blue) = 145+37+132=314 (41% of max value = 765). Red value is 145 (57.03% from 255 or 46.18% from 314); Green value is 37 (14.84% from 255 or 11.78% from 314); Blue value is 132 (51.95% from 255 or 42.04% from 314); Max value from RGB is 145 - color contains mainly: red. Hex color #912584 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912584 is #6EDA7B. Grayscale: #4F4F4F. Windows color (decimal): -7264892 or 8660369. OLE color: 8660369.
HSL color Cylindrical-coordinate representation of color #912584: hue angle of 307.22º degrees, saturation: 0.59, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #912584 is Cyan = 0, Magento = 0.74, Yellow = 0.09 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 132 | - |
| CMYK | 0 | 0.74 | 0.09 | 0.43 |
| HSL | 307.22º | 0.59% | 0.36% | - |
| HSV(B) | 307.22º | 0.74% | 0.57% | - |
| XYZ | 16.5 | 9.01 | 22.7 | - |
| YUV | 80.12 | 157.28 | 174.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 132 | 0 | 0.74 | 0.09 | 0.43 | 307.22 | 0.59 | 0.36 |
| Hex | 91 | 25 | 84 | 0 | 4A | 9 | 2B | 133 | 3B | 24 |
| Octal | 221 | 45 | 204 | 0 | 112 | 11 | 53 | 463 | 73 | 44 |
| Binary | 10010001 | 100101 | 10000100 | 0 | 1001010 | 1001 | 101011 | 100110011 | 111011 | 100100 |
Color Harmonies of #912584
Complementary color
Monochromatic Colors of #912584
Black with #912584
Text Example
Text Example
White with #912584
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912584; }
p { color: rgb(145,37,132); }
H1.HeaderClassName
{
color: #912584;
}
.AnyTagClassName
{
color: #912584;
}
</style>
background-color css
<style>
a { background-color: #912584; }
a { background-color: rgb(145,37,132); }
div.DivClassName
{
background-color: #912584;
}
.BgClassName
{
background-color: #912584;
}
</style>
border-color css
<style>
span { border-color: #912584; }
span { border-color: rgb(145,37,132); }
td.TdClassName
{
border-color: #912584;
}
.TagClassName
{
border-color: #912584;
}
</style>