Shades of Dark Orchid #911DC1
Tints of Dark Orchid #911DC1
RGB
CMYK
RGB Variations
Color information
#911DC1 (or 0x911DC1) is known color: Dark Orchid. HEX triplet: 91, 1D and C1. RGB value is (145,29,193). Sum of RGB (Red+Green+Blue) = 145+29+193=367 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.51% from 367); Green value is 29 (11.72% from 255 or 7.90% from 367); Blue value is 193 (75.78% from 255 or 52.59% from 367); Max value from RGB is 193 - color contains mainly: blue. Hex color #911DC1 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DC1 is #6EE23E. Grayscale: #515151. Windows color (decimal): -7266879 or 12656017. OLE color: 12656017.
HSL color Cylindrical-coordinate representation of color #911DC1: hue angle of 282.44º degrees, saturation: 0.74, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911DC1 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 29 | 193 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.24 |
| HSL | 282.44º | 0.74% | 0.44% | - |
| HSV(B) | 282.44º | 0.85% | 0.76% | - |
| XYZ | 21.74 | 10.75 | 51.38 | - |
| YUV | 82.38 | 190.43 | 172.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 193 | 0.25 | 0.85 | 0 | 0.24 | 282.44 | 0.74 | 0.44 |
| Hex | 91 | 1D | C1 | 19 | 55 | 0 | 18 | 11A | 4A | 2C |
| Octal | 221 | 35 | 301 | 31 | 125 | 0 | 30 | 432 | 112 | 54 |
| Binary | 10010001 | 11101 | 11000001 | 11001 | 1010101 | 0 | 11000 | 100011010 | 1001010 | 101100 |
Color Harmonies of #911DC1
Complementary color
Monochromatic Colors of #911DC1
Black with #911DC1
Text Example
Text Example
White with #911DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DC1; }
p { color: rgb(145,29,193); }
H1.HeaderClassName
{
color: #911DC1;
}
.AnyTagClassName
{
color: #911DC1;
}
</style>
background-color css
<style>
a { background-color: #911DC1; }
a { background-color: rgb(145,29,193); }
div.DivClassName
{
background-color: #911DC1;
}
.BgClassName
{
background-color: #911DC1;
}
</style>
border-color css
<style>
span { border-color: #911DC1; }
span { border-color: rgb(145,29,193); }
td.TdClassName
{
border-color: #911DC1;
}
.TagClassName
{
border-color: #911DC1;
}
</style>