Shades of Dark Purple #912F81
Tints of Dark Purple #912F81
RGB
CMYK
RGB Variations
Color information
#912F81 (or 0x912F81) is known color: Dark Purple. HEX triplet: 91, 2F and 81. RGB value is (145,47,129). Sum of RGB (Red+Green+Blue) = 145+47+129=321 (42% of max value = 765). Red value is 145 (57.03% from 255 or 45.17% from 321); Green value is 47 (18.75% from 255 or 14.64% from 321); Blue value is 129 (50.78% from 255 or 40.19% from 321); Max value from RGB is 145 - color contains mainly: red. Hex color #912F81 is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912F81 is #6ED07E. Grayscale: #555555. Windows color (decimal): -7262335 or 8466321. OLE color: 8466321.
HSL color Cylindrical-coordinate representation of color #912F81: hue angle of 309.8º degrees, saturation: 0.51, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912F81 is Cyan = 0, Magento = 0.68, Yellow = 0.11 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 47 | 129 | - |
| CMYK | 0 | 0.68 | 0.11 | 0.43 |
| HSL | 309.8º | 0.51% | 0.38% | - |
| HSV(B) | 309.8º | 0.68% | 0.57% | - |
| XYZ | 16.66 | 9.64 | 21.75 | - |
| YUV | 85.65 | 152.47 | 170.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 129 | 0 | 0.68 | 0.11 | 0.43 | 309.8 | 0.51 | 0.38 |
| Hex | 91 | 2F | 81 | 0 | 44 | B | 2B | 136 | 33 | 26 |
| Octal | 221 | 57 | 201 | 0 | 104 | 13 | 53 | 466 | 63 | 46 |
| Binary | 10010001 | 101111 | 10000001 | 0 | 1000100 | 1011 | 101011 | 100110110 | 110011 | 100110 |
Color Harmonies of #912F81
Complementary color
Monochromatic Colors of #912F81
Black with #912F81
Text Example
Text Example
White with #912F81
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912F81; }
p { color: rgb(145,47,129); }
H1.HeaderClassName
{
color: #912F81;
}
.AnyTagClassName
{
color: #912F81;
}
</style>
background-color css
<style>
a { background-color: #912F81; }
a { background-color: rgb(145,47,129); }
div.DivClassName
{
background-color: #912F81;
}
.BgClassName
{
background-color: #912F81;
}
</style>
border-color css
<style>
span { border-color: #912F81; }
span { border-color: rgb(145,47,129); }
td.TdClassName
{
border-color: #912F81;
}
.TagClassName
{
border-color: #912F81;
}
</style>