Shades of Dark Orchid #911FAC
Tints of Dark Orchid #911FAC
RGB
CMYK
RGB Variations
Color information
#911FAC (or 0x911FAC) is known color: Dark Orchid. HEX triplet: 91, 1F and AC. RGB value is (145,31,172). Sum of RGB (Red+Green+Blue) = 145+31+172=348 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.67% from 348); Green value is 31 (12.5% from 255 or 8.91% from 348); Blue value is 172 (67.58% from 255 or 49.43% from 348); Max value from RGB is 172 - color contains mainly: blue. Hex color #911FAC is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #911FAC is #6EE053. Grayscale: #505050. Windows color (decimal): -7266388 or 11280273. OLE color: 11280273.
HSL color Cylindrical-coordinate representation of color #911FAC: hue angle of 288.51º degrees, saturation: 0.69, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #911FAC is Cyan = 0.16, Magento = 0.82, Yellow = 0 and Black (K on CMYK) = 0.33.
Color convert
| RGB | 145 | 31 | 172 | - |
| CMYK | 0.16 | 0.82 | 0 | 0.33 |
| HSL | 288.51º | 0.69% | 0.4% | - |
| HSV(B) | 288.51º | 0.82% | 0.67% | - |
| XYZ | 19.61 | 9.98 | 39.92 | - |
| YUV | 81.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 172 | 0.16 | 0.82 | 0 | 0.33 | 288.51 | 0.69 | 0.4 |
| Hex | 91 | 1F | AC | 10 | 52 | 0 | 21 | 121 | 45 | 28 |
| Octal | 221 | 37 | 254 | 20 | 122 | 0 | 41 | 441 | 105 | 50 |
| Binary | 10010001 | 11111 | 10101100 | 10000 | 1010010 | 0 | 100001 | 100100001 | 1000101 | 101000 |
Color Harmonies of #911FAC
Complementary color
Monochromatic Colors of #911FAC
Black with #911FAC
Text Example
Text Example
White with #911FAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911FAC; }
p { color: rgb(145,31,172); }
H1.HeaderClassName
{
color: #911FAC;
}
.AnyTagClassName
{
color: #911FAC;
}
</style>
background-color css
<style>
a { background-color: #911FAC; }
a { background-color: rgb(145,31,172); }
div.DivClassName
{
background-color: #911FAC;
}
.BgClassName
{
background-color: #911FAC;
}
</style>
border-color css
<style>
span { border-color: #911FAC; }
span { border-color: rgb(145,31,172); }
td.TdClassName
{
border-color: #911FAC;
}
.TagClassName
{
border-color: #911FAC;
}
</style>