Shades of Dark Orchid #911DBB
Tints of Dark Orchid #911DBB
RGB
CMYK
RGB Variations
Color information
#911DBB (or 0x911DBB) is known color: Dark Orchid. HEX triplet: 91, 1D and BB. RGB value is (145,29,187). Sum of RGB (Red+Green+Blue) = 145+29+187=361 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.17% from 361); Green value is 29 (11.72% from 255 or 8.03% from 361); Blue value is 187 (73.44% from 255 or 51.80% from 361); Max value from RGB is 187 - color contains mainly: blue. Hex color #911DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DBB is #6EE244. Grayscale: #515151. Windows color (decimal): -7266885 or 12262801. OLE color: 12262801.
HSL color Cylindrical-coordinate representation of color #911DBB: hue angle of 284.05º degrees, saturation: 0.73, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911DBB is Cyan = 0.22, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 29 | 187 | - |
| CMYK | 0.22 | 0.84 | 0 | 0.27 |
| HSL | 284.05º | 0.73% | 0.42% | - |
| HSV(B) | 284.05º | 0.84% | 0.73% | - |
| XYZ | 21.09 | 10.49 | 47.93 | - |
| YUV | 81.7 | 187.43 | 173.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 187 | 0.22 | 0.84 | 0 | 0.27 | 284.05 | 0.73 | 0.42 |
| Hex | 91 | 1D | BB | 16 | 54 | 0 | 1B | 11C | 49 | 2A |
| Octal | 221 | 35 | 273 | 26 | 124 | 0 | 33 | 434 | 111 | 52 |
| Binary | 10010001 | 11101 | 10111011 | 10110 | 1010100 | 0 | 11011 | 100011100 | 1001001 | 101010 |
Color Harmonies of #911DBB
Complementary color
Monochromatic Colors of #911DBB
Black with #911DBB
Text Example
Text Example
White with #911DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DBB; }
p { color: rgb(145,29,187); }
H1.HeaderClassName
{
color: #911DBB;
}
.AnyTagClassName
{
color: #911DBB;
}
</style>
background-color css
<style>
a { background-color: #911DBB; }
a { background-color: rgb(145,29,187); }
div.DivClassName
{
background-color: #911DBB;
}
.BgClassName
{
background-color: #911DBB;
}
</style>
border-color css
<style>
span { border-color: #911DBB; }
span { border-color: rgb(145,29,187); }
td.TdClassName
{
border-color: #911DBB;
}
.TagClassName
{
border-color: #911DBB;
}
</style>