Shades of Dark Purple #912869
Tints of Dark Purple #912869
RGB
CMYK
RGB Variations
Color information
#912869 (or 0x912869) is known color: Dark Purple. HEX triplet: 91, 28 and 69. RGB value is (145,40,105). Sum of RGB (Red+Green+Blue) = 145+40+105=290 (38% of max value = 765). Red value is 145 (57.03% from 255 or 50% from 290); Green value is 40 (16.02% from 255 or 13.79% from 290); Blue value is 105 (41.41% from 255 or 36.21% from 290); Max value from RGB is 145 - color contains mainly: red. Hex color #912869 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912869 is #6ED796. Grayscale: #4E4E4E. Windows color (decimal): -7264151 or 6891665. OLE color: 6891665.
HSL color Cylindrical-coordinate representation of color #912869: hue angle of 322.86º degrees, saturation: 0.57, lightness: 0.36%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #912869 is Cyan = 0, Magento = 0.72, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 40 | 105 | - |
| CMYK | 0 | 0.72 | 0.28 | 0.43 |
| HSL | 322.86º | 0.57% | 0.36% | - |
| HSV(B) | 322.86º | 0.72% | 0.57% | - |
| XYZ | 14.99 | 8.56 | 14.23 | - |
| YUV | 78.81 | 142.79 | 175.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 40 | 105 | 0 | 0.72 | 0.28 | 0.43 | 322.86 | 0.57 | 0.36 |
| Hex | 91 | 28 | 69 | 0 | 48 | 1C | 2B | 143 | 39 | 24 |
| Octal | 221 | 50 | 151 | 0 | 110 | 34 | 53 | 503 | 71 | 44 |
| Binary | 10010001 | 101000 | 1101001 | 0 | 1001000 | 11100 | 101011 | 101000011 | 111001 | 100100 |
Color Harmonies of #912869
Complementary color
Monochromatic Colors of #912869
Black with #912869
Text Example
Text Example
White with #912869
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912869; }
p { color: rgb(145,40,105); }
H1.HeaderClassName
{
color: #912869;
}
.AnyTagClassName
{
color: #912869;
}
</style>
background-color css
<style>
a { background-color: #912869; }
a { background-color: rgb(145,40,105); }
div.DivClassName
{
background-color: #912869;
}
.BgClassName
{
background-color: #912869;
}
</style>
border-color css
<style>
span { border-color: #912869; }
span { border-color: rgb(145,40,105); }
td.TdClassName
{
border-color: #912869;
}
.TagClassName
{
border-color: #912869;
}
</style>