Shades of Dark Purple #912588
Tints of Dark Purple #912588
RGB
CMYK
RGB Variations
Color information
#912588 (or 0x912588) is known color: Dark Purple. HEX triplet: 91, 25 and 88. RGB value is (145,37,136). Sum of RGB (Red+Green+Blue) = 145+37+136=318 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.60% from 318); Green value is 37 (14.84% from 255 or 11.64% from 318); Blue value is 136 (53.52% from 255 or 42.77% from 318); Max value from RGB is 145 - color contains mainly: red. Hex color #912588 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912588 is #6EDA77. Grayscale: #505050. Windows color (decimal): -7264888 or 8922513. OLE color: 8922513.
HSL color Cylindrical-coordinate representation of color #912588: hue angle of 305º 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 #912588 is Cyan = 0, Magento = 0.74, Yellow = 0.06 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 37 | 136 | - |
| CMYK | 0 | 0.74 | 0.06 | 0.43 |
| HSL | 305º | 0.59% | 0.36% | - |
| HSV(B) | 305º | 0.74% | 0.57% | - |
| XYZ | 16.78 | 9.12 | 24.17 | - |
| YUV | 80.58 | 159.28 | 173.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 37 | 136 | 0 | 0.74 | 0.06 | 0.43 | 305 | 0.59 | 0.36 |
| Hex | 91 | 25 | 88 | 0 | 4A | 6 | 2B | 131 | 3B | 24 |
| Octal | 221 | 45 | 210 | 0 | 112 | 6 | 53 | 461 | 73 | 44 |
| Binary | 10010001 | 100101 | 10001000 | 0 | 1001010 | 110 | 101011 | 100110001 | 111011 | 100100 |
Color Harmonies of #912588
Complementary color
Monochromatic Colors of #912588
Black with #912588
Text Example
Text Example
White with #912588
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912588; }
p { color: rgb(145,37,136); }
H1.HeaderClassName
{
color: #912588;
}
.AnyTagClassName
{
color: #912588;
}
</style>
background-color css
<style>
a { background-color: #912588; }
a { background-color: rgb(145,37,136); }
div.DivClassName
{
background-color: #912588;
}
.BgClassName
{
background-color: #912588;
}
</style>
border-color css
<style>
span { border-color: #912588; }
span { border-color: rgb(145,37,136); }
td.TdClassName
{
border-color: #912588;
}
.TagClassName
{
border-color: #912588;
}
</style>