Shades of Dark Purple #911A6C
Tints of Dark Purple #911A6C
RGB
CMYK
RGB Variations
Color information
#911A6C (or 0x911A6C) is known color: Dark Purple. HEX triplet: 91, 1A and 6C. RGB value is (145,26,108). Sum of RGB (Red+Green+Blue) = 145+26+108=279 (36% of max value = 765). Red value is 145 (57.03% from 255 or 51.97% from 279); Green value is 26 (10.55% from 255 or 9.32% from 279); Blue value is 108 (42.58% from 255 or 38.71% from 279); Max value from RGB is 145 - color contains mainly: red. Hex color #911A6C is not a web safe color. Web safe color analog (approx): #993366. Inversed color of #911A6C is #6EE593. Grayscale: #464646. Windows color (decimal): -7267732 or 7084689. OLE color: 7084689.
HSL color Cylindrical-coordinate representation of color #911A6C: hue angle of 318.66º degrees, saturation: 0.7, lightness: 0.34%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911A6C is Cyan = 0, Magento = 0.82, Yellow = 0.26 and Black (K on CMYK) = 0.43.
Color convert
| RGB | 145 | 26 | 108 | - |
| CMYK | 0 | 0.82 | 0.26 | 0.43 |
| HSL | 318.66º | 0.7% | 0.34% | - |
| HSV(B) | 318.66º | 0.82% | 0.57% | - |
| XYZ | 14.75 | 7.84 | 14.92 | - |
| YUV | 70.93 | 148.92 | 180.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 26 | 108 | 0 | 0.82 | 0.26 | 0.43 | 318.66 | 0.7 | 0.34 |
| Hex | 91 | 1A | 6C | 0 | 52 | 1A | 2B | 13F | 46 | 22 |
| Octal | 221 | 32 | 154 | 0 | 122 | 32 | 53 | 477 | 106 | 42 |
| Binary | 10010001 | 11010 | 1101100 | 0 | 1010010 | 11010 | 101011 | 100111111 | 1000110 | 100010 |
Color Harmonies of #911A6C
Complementary color
Monochromatic Colors of #911A6C
Black with #911A6C
Text Example
Text Example
White with #911A6C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911A6C; }
p { color: rgb(145,26,108); }
H1.HeaderClassName
{
color: #911A6C;
}
.AnyTagClassName
{
color: #911A6C;
}
</style>
background-color css
<style>
a { background-color: #911A6C; }
a { background-color: rgb(145,26,108); }
div.DivClassName
{
background-color: #911A6C;
}
.BgClassName
{
background-color: #911A6C;
}
</style>
border-color css
<style>
span { border-color: #911A6C; }
span { border-color: rgb(145,26,108); }
td.TdClassName
{
border-color: #911A6C;
}
.TagClassName
{
border-color: #911A6C;
}
</style>