Shades of Dark Orchid #911DC2
Tints of Dark Orchid #911DC2
RGB
CMYK
RGB Variations
Color information
#911DC2 (or 0x911DC2) is known color: Dark Orchid. HEX triplet: 91, 1D and C2. RGB value is (145,29,194). Sum of RGB (Red+Green+Blue) = 145+29+194=368 (48% of max value = 765). Red value is 145 (57.03% from 255 or 39.40% from 368); Green value is 29 (11.72% from 255 or 7.88% from 368); Blue value is 194 (76.17% from 255 or 52.72% from 368); Max value from RGB is 194 - color contains mainly: blue. Hex color #911DC2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911DC2 is #6EE23D. Grayscale: #515151. Windows color (decimal): -7266878 or 12721553. OLE color: 12721553.
HSL color Cylindrical-coordinate representation of color #911DC2: hue angle of 282.18º 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 #911DC2 is Cyan = 0.25, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 145 | 29 | 194 | - |
| CMYK | 0.25 | 0.85 | 0 | 0.24 |
| HSL | 282.18º | 0.74% | 0.44% | - |
| HSV(B) | 282.18º | 0.85% | 0.76% | - |
| XYZ | 21.85 | 10.79 | 51.97 | - |
| YUV | 82.49 | 190.93 | 172.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 29 | 194 | 0.25 | 0.85 | 0 | 0.24 | 282.18 | 0.74 | 0.44 |
| Hex | 91 | 1D | C2 | 19 | 55 | 0 | 18 | 11A | 4A | 2C |
| Octal | 221 | 35 | 302 | 31 | 125 | 0 | 30 | 432 | 112 | 54 |
| Binary | 10010001 | 11101 | 11000010 | 11001 | 1010101 | 0 | 11000 | 100011010 | 1001010 | 101100 |
Color Harmonies of #911DC2
Complementary color
Monochromatic Colors of #911DC2
Black with #911DC2
Text Example
Text Example
White with #911DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911DC2; }
p { color: rgb(145,29,194); }
H1.HeaderClassName
{
color: #911DC2;
}
.AnyTagClassName
{
color: #911DC2;
}
</style>
background-color css
<style>
a { background-color: #911DC2; }
a { background-color: rgb(145,29,194); }
div.DivClassName
{
background-color: #911DC2;
}
.BgClassName
{
background-color: #911DC2;
}
</style>
border-color css
<style>
span { border-color: #911DC2; }
span { border-color: rgb(145,29,194); }
td.TdClassName
{
border-color: #911DC2;
}
.TagClassName
{
border-color: #911DC2;
}
</style>