Shades of Dark Orchid #911BC6
Tints of Dark Orchid #911BC6
RGB
CMYK
RGB Variations
Color information
#911BC6 (or 0x911BC6) is known color: Dark Orchid. HEX triplet: 91, 1B and C6. RGB value is (145,27,198). Sum of RGB (Red+Green+Blue) = 145+27+198=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 27 (10.94% from 255 or 7.30% from 370); Blue value is 198 (77.73% from 255 or 53.51% from 370); Max value from RGB is 198 - color contains mainly: blue. Hex color #911BC6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911BC6 is #6EE439. Grayscale: #515151. Windows color (decimal): -7267386 or 12983185. OLE color: 12983185.
HSL color Cylindrical-coordinate representation of color #911BC6: hue angle of 281.4º degrees, saturation: 0.76, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #911BC6 is Cyan = 0.27, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.22.
Color convert
| RGB | 145 | 27 | 198 | - |
| CMYK | 0.27 | 0.86 | 0 | 0.22 |
| HSL | 281.4º | 0.76% | 0.44% | - |
| HSV(B) | 281.4º | 0.86% | 0.78% | - |
| XYZ | 22.26 | 10.88 | 54.35 | - |
| YUV | 81.78 | 193.59 | 173.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 27 | 198 | 0.27 | 0.86 | 0 | 0.22 | 281.4 | 0.76 | 0.44 |
| Hex | 91 | 1B | C6 | 1B | 56 | 0 | 16 | 119 | 4C | 2C |
| Octal | 221 | 33 | 306 | 33 | 126 | 0 | 26 | 431 | 114 | 54 |
| Binary | 10010001 | 11011 | 11000110 | 11011 | 1010110 | 0 | 10110 | 100011001 | 1001100 | 101100 |
Color Harmonies of #911BC6
Complementary color
Monochromatic Colors of #911BC6
Black with #911BC6
Text Example
Text Example
White with #911BC6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911BC6; }
p { color: rgb(145,27,198); }
H1.HeaderClassName
{
color: #911BC6;
}
.AnyTagClassName
{
color: #911BC6;
}
</style>
background-color css
<style>
a { background-color: #911BC6; }
a { background-color: rgb(145,27,198); }
div.DivClassName
{
background-color: #911BC6;
}
.BgClassName
{
background-color: #911BC6;
}
</style>
border-color css
<style>
span { border-color: #911BC6; }
span { border-color: rgb(145,27,198); }
td.TdClassName
{
border-color: #911BC6;
}
.TagClassName
{
border-color: #911BC6;
}
</style>