Shades of Dark Orchid #912EBC
Tints of Dark Orchid #912EBC
RGB
CMYK
RGB Variations
Color information
#912EBC (or 0x912EBC) is known color: Dark Orchid. HEX triplet: 91, 2E and BC. RGB value is (145,46,188). Sum of RGB (Red+Green+Blue) = 145+46+188=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 46 (18.36% from 255 or 12.14% from 379); Blue value is 188 (73.83% from 255 or 49.60% from 379); Max value from RGB is 188 - color contains mainly: blue. Hex color #912EBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912EBC is #6ED143. Grayscale: #5B5B5B. Windows color (decimal): -7262532 or 12332689. OLE color: 12332689.
HSL color Cylindrical-coordinate representation of color #912EBC: hue angle of 281.83º degrees, saturation: 0.61, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912EBC is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 46 | 188 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.26 |
| HSL | 281.83º | 0.61% | 0.46% | - |
| HSV(B) | 281.83º | 0.76% | 0.74% | - |
| XYZ | 21.73 | 11.6 | 48.67 | - |
| YUV | 91.79 | 182.3 | 165.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 188 | 0.23 | 0.76 | 0 | 0.26 | 281.83 | 0.61 | 0.46 |
| Hex | 91 | 2E | BC | 17 | 4C | 0 | 1A | 11A | 3D | 2E |
| Octal | 221 | 56 | 274 | 27 | 114 | 0 | 32 | 432 | 75 | 56 |
| Binary | 10010001 | 101110 | 10111100 | 10111 | 1001100 | 0 | 11010 | 100011010 | 111101 | 101110 |
Color Harmonies of #912EBC
Complementary color
Monochromatic Colors of #912EBC
Black with #912EBC
Text Example
Text Example
White with #912EBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912EBC; }
p { color: rgb(145,46,188); }
H1.HeaderClassName
{
color: #912EBC;
}
.AnyTagClassName
{
color: #912EBC;
}
</style>
background-color css
<style>
a { background-color: #912EBC; }
a { background-color: rgb(145,46,188); }
div.DivClassName
{
background-color: #912EBC;
}
.BgClassName
{
background-color: #912EBC;
}
</style>
border-color css
<style>
span { border-color: #912EBC; }
span { border-color: rgb(145,46,188); }
td.TdClassName
{
border-color: #912EBC;
}
.TagClassName
{
border-color: #912EBC;
}
</style>