Shades of Dark Purple #912E8A
Tints of Dark Purple #912E8A
RGB
CMYK
RGB Variations
Color information
#912E8A (or 0x912E8A) is known color: Dark Purple. HEX triplet: 91, 2E and 8A. RGB value is (145,46,138). Sum of RGB (Red+Green+Blue) = 145+46+138=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 46 (18.36% from 255 or 13.98% from 329); Blue value is 138 (54.30% from 255 or 41.95% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #912E8A is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912E8A is #6ED175. Grayscale: #555555. Windows color (decimal): -7262582 or 9055889. OLE color: 9055889.
HSL color Cylindrical-coordinate representation of color #912E8A: hue angle of 304.24º 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 #912E8A is Cyan = 0, Magento = 0.68, Yellow = 0.05 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 46 | 138 | - |
| CMYK | 0 | 0.68 | 0.05 | 0.43 |
| HSL | 304.24º | 0.52% | 0.37% | - |
| HSV(B) | 304.24º | 0.68% | 0.57% | - |
| XYZ | 17.24 | 9.81 | 25.03 | - |
| YUV | 86.09 | 157.3 | 170.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 138 | 0 | 0.68 | 0.05 | 0.43 | 304.24 | 0.52 | 0.37 |
| Hex | 91 | 2E | 8A | 0 | 44 | 5 | 2B | 130 | 34 | 25 |
| Octal | 221 | 56 | 212 | 0 | 104 | 5 | 53 | 460 | 64 | 45 |
| Binary | 10010001 | 101110 | 10001010 | 0 | 1000100 | 101 | 101011 | 100110000 | 110100 | 100101 |
Color Harmonies of #912E8A
Complementary color
Monochromatic Colors of #912E8A
Black with #912E8A
Text Example
Text Example
White with #912E8A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912E8A; }
p { color: rgb(145,46,138); }
H1.HeaderClassName
{
color: #912E8A;
}
.AnyTagClassName
{
color: #912E8A;
}
</style>
background-color css
<style>
a { background-color: #912E8A; }
a { background-color: rgb(145,46,138); }
div.DivClassName
{
background-color: #912E8A;
}
.BgClassName
{
background-color: #912E8A;
}
</style>
border-color css
<style>
span { border-color: #912E8A; }
span { border-color: rgb(145,46,138); }
td.TdClassName
{
border-color: #912E8A;
}
.TagClassName
{
border-color: #912E8A;
}
</style>