Shades of Dark Orchid #912ECB
Tints of Dark Orchid #912ECB
RGB
CMYK
RGB Variations
Color information
#912ECB (or 0x912ECB) is known color: Dark Orchid. HEX triplet: 91, 2E and CB. RGB value is (145,46,203). Sum of RGB (Red+Green+Blue) = 145+46+203=394 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.80% from 394); Green value is 46 (18.36% from 255 or 11.68% from 394); Blue value is 203 (79.69% from 255 or 51.52% from 394); Max value from RGB is 203 - color contains mainly: blue. Hex color #912ECB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ECB is #6ED134. Grayscale: #5C5C5C. Windows color (decimal): -7262517 or 13315729. OLE color: 13315729.
HSL color Cylindrical-coordinate representation of color #912ECB: hue angle of 277.83º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912ECB is Cyan = 0.29, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 145 | 46 | 203 | - |
| CMYK | 0.29 | 0.77 | 0 | 0.20 |
| HSL | 277.83º | 0.63% | 0.49% | - |
| HSV(B) | 277.83º | 0.77% | 0.8% | - |
| XYZ | 23.43 | 12.29 | 57.64 | - |
| YUV | 93.5 | 189.8 | 164.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 203 | 0.29 | 0.77 | 0 | 0.20 | 277.83 | 0.63 | 0.49 |
| Hex | 91 | 2E | CB | 1D | 4D | 0 | 14 | 116 | 3F | 31 |
| Octal | 221 | 56 | 313 | 35 | 115 | 0 | 24 | 426 | 77 | 61 |
| Binary | 10010001 | 101110 | 11001011 | 11101 | 1001101 | 0 | 10100 | 100010110 | 111111 | 110001 |
Color Harmonies of #912ECB
Complementary color
Monochromatic Colors of #912ECB
Black with #912ECB
Text Example
Text Example
White with #912ECB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912ECB; }
p { color: rgb(145,46,203); }
H1.HeaderClassName
{
color: #912ECB;
}
.AnyTagClassName
{
color: #912ECB;
}
</style>
background-color css
<style>
a { background-color: #912ECB; }
a { background-color: rgb(145,46,203); }
div.DivClassName
{
background-color: #912ECB;
}
.BgClassName
{
background-color: #912ECB;
}
</style>
border-color css
<style>
span { border-color: #912ECB; }
span { border-color: rgb(145,46,203); }
td.TdClassName
{
border-color: #912ECB;
}
.TagClassName
{
border-color: #912ECB;
}
</style>