Shades of Dark Orchid #911BBB
Tints of Dark Orchid #911BBB
RGB
CMYK
RGB Variations
Color information
#911BBB (or 0x911BBB) is known color: Dark Orchid. HEX triplet: 91, 1B and BB. RGB value is (145,27,187). Sum of RGB (Red+Green+Blue) = 145+27+187=359 (47% of max value = 765). Red value is 145 (57.03% from 255 or 40.39% from 359); Green value is 27 (10.94% from 255 or 7.52% from 359); Blue value is 187 (73.44% from 255 or 52.09% from 359); Max value from RGB is 187 - color contains mainly: blue. Hex color #911BBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BBB is #6EE444. Grayscale: #505050. Windows color (decimal): -7267397 or 12262289. OLE color: 12262289.
HSL color Cylindrical-coordinate representation of color #911BBB: hue angle of 284.25º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911BBB is Cyan = 0.22, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 27 | 187 | - |
| CMYK | 0.22 | 0.86 | 0 | 0.27 |
| HSL | 284.25º | 0.75% | 0.42% | - |
| HSV(B) | 284.25º | 0.86% | 0.73% | - |
| XYZ | 21.04 | 10.39 | 47.91 | - |
| YUV | 80.52 | 188.09 | 173.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 187 | 0.22 | 0.86 | 0 | 0.27 | 284.25 | 0.75 | 0.42 |
| Hex | 91 | 1B | BB | 16 | 56 | 0 | 1B | 11C | 4B | 2A |
| Octal | 221 | 33 | 273 | 26 | 126 | 0 | 33 | 434 | 113 | 52 |
| Binary | 10010001 | 11011 | 10111011 | 10110 | 1010110 | 0 | 11011 | 100011100 | 1001011 | 101010 |
Color Harmonies of #911BBB
Complementary color
Monochromatic Colors of #911BBB
Black with #911BBB
Text Example
Text Example
White with #911BBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911BBB; }
p { color: rgb(145,27,187); }
H1.HeaderClassName
{
color: #911BBB;
}
.AnyTagClassName
{
color: #911BBB;
}
</style>
background-color css
<style>
a { background-color: #911BBB; }
a { background-color: rgb(145,27,187); }
div.DivClassName
{
background-color: #911BBB;
}
.BgClassName
{
background-color: #911BBB;
}
</style>
border-color css
<style>
span { border-color: #911BBB; }
span { border-color: rgb(145,27,187); }
td.TdClassName
{
border-color: #911BBB;
}
.TagClassName
{
border-color: #911BBB;
}
</style>