Shades of Dark Purple #912269
Tints of Dark Purple #912269
RGB
CMYK
RGB Variations
Color information
#912269 (or 0x912269) is known color: Dark Purple. HEX triplet: 91, 22 and 69. RGB value is (145,34,105). Sum of RGB (Red+Green+Blue) = 145+34+105=284 (37% of max value = 765). Red value is 145 (57.03% from 255 or 51.06% from 284); Green value is 34 (13.67% from 255 or 11.97% from 284); Blue value is 105 (41.41% from 255 or 36.97% from 284); Max value from RGB is 145 - color contains mainly: red. Hex color #912269 is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #912269 is #6EDD96. Grayscale: #4B4B4B. Windows color (decimal): -7265687 or 6890129. OLE color: 6890129.
HSL color Cylindrical-coordinate representation of color #912269: hue angle of 321.62º degrees, saturation: 0.62, lightness: 0.35%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912269 is Cyan = 0, Magento = 0.77, Yellow = 0.28 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 34 | 105 | - |
| CMYK | 0 | 0.77 | 0.28 | 0.43 |
| HSL | 321.62º | 0.62% | 0.35% | - |
| HSV(B) | 321.62º | 0.77% | 0.57% | - |
| XYZ | 14.8 | 8.18 | 14.16 | - |
| YUV | 75.28 | 144.77 | 177.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 34 | 105 | 0 | 0.77 | 0.28 | 0.43 | 321.62 | 0.62 | 0.35 |
| Hex | 91 | 22 | 69 | 0 | 4D | 1C | 2B | 142 | 3E | 23 |
| Octal | 221 | 42 | 151 | 0 | 115 | 34 | 53 | 502 | 76 | 43 |
| Binary | 10010001 | 100010 | 1101001 | 0 | 1001101 | 11100 | 101011 | 101000010 | 111110 | 100011 |
Color Harmonies of #912269
Complementary color
Monochromatic Colors of #912269
Black with #912269
Text Example
Text Example
White with #912269
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912269; }
p { color: rgb(145,34,105); }
H1.HeaderClassName
{
color: #912269;
}
.AnyTagClassName
{
color: #912269;
}
</style>
background-color css
<style>
a { background-color: #912269; }
a { background-color: rgb(145,34,105); }
div.DivClassName
{
background-color: #912269;
}
.BgClassName
{
background-color: #912269;
}
</style>
border-color css
<style>
span { border-color: #912269; }
span { border-color: rgb(145,34,105); }
td.TdClassName
{
border-color: #912269;
}
.TagClassName
{
border-color: #912269;
}
</style>