Shades of Dark Purple #912D8B
Tints of Dark Purple #912D8B
RGB
CMYK
RGB Variations
Color information
#912D8B (or 0x912D8B) is known color: Dark Purple. HEX triplet: 91, 2D and 8B. RGB value is (145,45,139). Sum of RGB (Red+Green+Blue) = 145+45+139=329 (43% of max value = 765). Red value is 145 (57.03% from 255 or 44.07% from 329); Green value is 45 (17.97% from 255 or 13.68% from 329); Blue value is 139 (54.69% from 255 or 42.25% from 329); Max value from RGB is 145 - color contains mainly: red. Hex color #912D8B is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #912D8B is #6ED274. Grayscale: #555555. Windows color (decimal): -7262837 or 9121169. OLE color: 9121169.
HSL color Cylindrical-coordinate representation of color #912D8B: hue angle of 303.6º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #912D8B is Cyan = 0, Magento = 0.69, Yellow = 0.04 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 45 | 139 | - |
| CMYK | 0 | 0.69 | 0.04 | 0.43 |
| HSL | 303.6º | 0.53% | 0.37% | - |
| HSV(B) | 303.6º | 0.69% | 0.57% | - |
| XYZ | 17.28 | 9.76 | 25.4 | - |
| YUV | 85.62 | 158.13 | 170.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 139 | 0 | 0.69 | 0.04 | 0.43 | 303.6 | 0.53 | 0.37 |
| Hex | 91 | 2D | 8B | 0 | 45 | 4 | 2B | 130 | 35 | 25 |
| Octal | 221 | 55 | 213 | 0 | 105 | 4 | 53 | 460 | 65 | 45 |
| Binary | 10010001 | 101101 | 10001011 | 0 | 1000101 | 100 | 101011 | 100110000 | 110101 | 100101 |
Color Harmonies of #912D8B
Complementary color
Monochromatic Colors of #912D8B
Black with #912D8B
Text Example
Text Example
White with #912D8B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912D8B; }
p { color: rgb(145,45,139); }
H1.HeaderClassName
{
color: #912D8B;
}
.AnyTagClassName
{
color: #912D8B;
}
</style>
background-color css
<style>
a { background-color: #912D8B; }
a { background-color: rgb(145,45,139); }
div.DivClassName
{
background-color: #912D8B;
}
.BgClassName
{
background-color: #912D8B;
}
</style>
border-color css
<style>
span { border-color: #912D8B; }
span { border-color: rgb(145,45,139); }
td.TdClassName
{
border-color: #912D8B;
}
.TagClassName
{
border-color: #912D8B;
}
</style>