Shades of Dark Orchid #911CB4
Tints of Dark Orchid #911CB4
RGB
CMYK
RGB Variations
Color information
#911CB4 (or 0x911CB4) is known color: Dark Orchid. HEX triplet: 91, 1C and B4. RGB value is (145,28,180). Sum of RGB (Red+Green+Blue) = 145+28+180=353 (46% of max value = 765). Red value is 145 (57.03% from 255 or 41.08% from 353); Green value is 28 (11.33% from 255 or 7.93% from 353); Blue value is 180 (70.70% from 255 or 50.99% from 353); Max value from RGB is 180 - color contains mainly: blue. Hex color #911CB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911CB4 is #6EE34B. Grayscale: #4F4F4F. Windows color (decimal): -7267148 or 11803793. OLE color: 11803793.
HSL color Cylindrical-coordinate representation of color #911CB4: hue angle of 286.18º degrees, saturation: 0.73, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #911CB4 is Cyan = 0.19, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 28 | 180 | - |
| CMYK | 0.19 | 0.84 | 0 | 0.29 |
| HSL | 286.18º | 0.73% | 0.41% | - |
| HSV(B) | 286.18º | 0.84% | 0.71% | - |
| XYZ | 20.33 | 10.15 | 44.07 | - |
| YUV | 80.31 | 184.26 | 174.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 28 | 180 | 0.19 | 0.84 | 0 | 0.29 | 286.18 | 0.73 | 0.41 |
| Hex | 91 | 1C | B4 | 13 | 54 | 0 | 1D | 11E | 49 | 29 |
| Octal | 221 | 34 | 264 | 23 | 124 | 0 | 35 | 436 | 111 | 51 |
| Binary | 10010001 | 11100 | 10110100 | 10011 | 1010100 | 0 | 11101 | 100011110 | 1001001 | 101001 |
Color Harmonies of #911CB4
Complementary color
Monochromatic Colors of #911CB4
Black with #911CB4
Text Example
Text Example
White with #911CB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911CB4; }
p { color: rgb(145,28,180); }
H1.HeaderClassName
{
color: #911CB4;
}
.AnyTagClassName
{
color: #911CB4;
}
</style>
background-color css
<style>
a { background-color: #911CB4; }
a { background-color: rgb(145,28,180); }
div.DivClassName
{
background-color: #911CB4;
}
.BgClassName
{
background-color: #911CB4;
}
</style>
border-color css
<style>
span { border-color: #911CB4; }
span { border-color: rgb(145,28,180); }
td.TdClassName
{
border-color: #911CB4;
}
.TagClassName
{
border-color: #911CB4;
}
</style>