Shades of Dark Purple #912E8B
Tints of Dark Purple #912E8B
RGB
CMYK
RGB Variations
Color information
#912E8B (or 0x912E8B) is known color: Dark Purple. HEX triplet: 91, 2E and 8B. RGB value is (145,46,139). Sum of RGB (Red+Green+Blue) = 145+46+139=330 (43% of max value = 765). Red value is 145 (57.03% from 255 or 43.94% from 330); Green value is 46 (18.36% from 255 or 13.94% from 330); Blue value is 139 (54.69% from 255 or 42.12% from 330); Max value from RGB is 145 - color contains mainly: red. Hex color #912E8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E8B is #6ED174. Grayscale: #555555. Windows color (decimal): -7262581 or 9121425. OLE color: 9121425.
HSL color Cylindrical-coordinate representation of color #912E8B: hue angle of 303.64º degrees, saturation: 0.52, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #912E8B is Cyan = 0, Magento = 0.68, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 139 | - |
| CMYK | 0 | 0.68 | 0.04 | 0.43 |
| HSL | 303.64º | 0.52% | 0.37% | - |
| HSV(B) | 303.64º | 0.68% | 0.57% | - |
| XYZ | 17.31 | 9.84 | 25.41 | - |
| YUV | 86.2 | 157.8 | 169.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 139 | 0 | 0.68 | 0.04 | 0.43 | 303.64 | 0.52 | 0.37 |
| Hex | 91 | 2E | 8B | 0 | 44 | 4 | 2B | 130 | 34 | 25 |
| Octal | 221 | 56 | 213 | 0 | 104 | 4 | 53 | 460 | 64 | 45 |
| Binary | 10010001 | 101110 | 10001011 | 0 | 1000100 | 100 | 101011 | 100110000 | 110100 | 100101 |
Color Harmonies of #912E8B
Complementary color
Monochromatic Colors of #912E8B
Black with #912E8B
Text Example
Text Example
White with #912E8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E8B; }
p { color: rgb(145,46,139); }
H1.HeaderClassName
{
color: #912E8B;
}
.AnyTagClassName
{
color: #912E8B;
}
</style>
background-color css
<style>
a { background-color: #912E8B; }
a { background-color: rgb(145,46,139); }
div.DivClassName
{
background-color: #912E8B;
}
.BgClassName
{
background-color: #912E8B;
}
</style>
border-color css
<style>
span { border-color: #912E8B; }
span { border-color: rgb(145,46,139); }
td.TdClassName
{
border-color: #912E8B;
}
.TagClassName
{
border-color: #912E8B;
}
</style>