Shades of Dark Orchid #911FCC
Tints of Dark Orchid #911FCC
RGB
CMYK
RGB Variations
Color information
#911FCC (or 0x911FCC) is known color: Dark Orchid. HEX triplet: 91, 1F and CC. RGB value is (145,31,204). Sum of RGB (Red+Green+Blue) = 145+31+204=380 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.16% from 380); Green value is 31 (12.5% from 255 or 8.16% from 380); Blue value is 204 (80.08% from 255 or 53.68% from 380); Max value from RGB is 204 - color contains mainly: blue. Hex color #911FCC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #911FCC is #6EE033. Grayscale: #545454. Windows color (decimal): -7266356 or 13377425. OLE color: 13377425.
HSL color Cylindrical-coordinate representation of color #911FCC: hue angle of 279.54º degrees, saturation: 0.74, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #911FCC is Cyan = 0.29, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.2.
Color convert
| RGB | 145 | 31 | 204 | - |
| CMYK | 0.29 | 0.85 | 0 | 0.2 |
| HSL | 279.54º | 0.74% | 0.46% | - |
| HSV(B) | 279.54º | 0.85% | 0.8% | - |
| XYZ | 23.07 | 11.36 | 58.1 | - |
| YUV | 84.81 | 195.27 | 170.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 31 | 204 | 0.29 | 0.85 | 0 | 0.2 | 279.54 | 0.74 | 0.46 |
| Hex | 91 | 1F | CC | 1D | 55 | 0 | 14 | 118 | 4A | 2E |
| Octal | 221 | 37 | 314 | 35 | 125 | 0 | 24 | 430 | 112 | 56 |
| Binary | 10010001 | 11111 | 11001100 | 11101 | 1010101 | 0 | 10100 | 100011000 | 1001010 | 101110 |
Color Harmonies of #911FCC
Complementary color
Monochromatic Colors of #911FCC
Black with #911FCC
Text Example
Text Example
White with #911FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #911FCC; }
p { color: rgb(145,31,204); }
H1.HeaderClassName
{
color: #911FCC;
}
.AnyTagClassName
{
color: #911FCC;
}
</style>
background-color css
<style>
a { background-color: #911FCC; }
a { background-color: rgb(145,31,204); }
div.DivClassName
{
background-color: #911FCC;
}
.BgClassName
{
background-color: #911FCC;
}
</style>
border-color css
<style>
span { border-color: #911FCC; }
span { border-color: rgb(145,31,204); }
td.TdClassName
{
border-color: #911FCC;
}
.TagClassName
{
border-color: #911FCC;
}
</style>