Shades of Dark Orchid #912ECA
Tints of Dark Orchid #912ECA
RGB
CMYK
RGB Variations
Color information
#912ECA (or 0x912ECA) is known color: Dark Orchid. HEX triplet: 91, 2E and CA. RGB value is (145,46,202). Sum of RGB (Red+Green+Blue) = 145+46+202=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 46 (18.36% from 255 or 11.70% from 393); Blue value is 202 (79.30% from 255 or 51.40% from 393); Max value from RGB is 202 - color contains mainly: blue. Hex color #912ECA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912ECA is #6ED135. Grayscale: #5C5C5C. Windows color (decimal): -7262518 or 13250193. OLE color: 13250193.
HSL color Cylindrical-coordinate representation of color #912ECA: hue angle of 278.08º degrees, saturation: 0.63, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912ECA is Cyan = 0.28, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 145 | 46 | 202 | - |
| CMYK | 0.28 | 0.77 | 0 | 0.21 |
| HSL | 278.08º | 0.63% | 0.49% | - |
| HSV(B) | 278.08º | 0.77% | 0.79% | - |
| XYZ | 23.31 | 12.24 | 57.01 | - |
| YUV | 93.39 | 189.3 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 46 | 202 | 0.28 | 0.77 | 0 | 0.21 | 278.08 | 0.63 | 0.49 |
| Hex | 91 | 2E | CA | 1C | 4D | 0 | 15 | 116 | 3F | 31 |
| Octal | 221 | 56 | 312 | 34 | 115 | 0 | 25 | 426 | 77 | 61 |
| Binary | 10010001 | 101110 | 11001010 | 11100 | 1001101 | 0 | 10101 | 100010110 | 111111 | 110001 |
Color Harmonies of #912ECA
Complementary color
Monochromatic Colors of #912ECA
Black with #912ECA
Text Example
Text Example
White with #912ECA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912ECA; }
p { color: rgb(145,46,202); }
H1.HeaderClassName
{
color: #912ECA;
}
.AnyTagClassName
{
color: #912ECA;
}
</style>
background-color css
<style>
a { background-color: #912ECA; }
a { background-color: rgb(145,46,202); }
div.DivClassName
{
background-color: #912ECA;
}
.BgClassName
{
background-color: #912ECA;
}
</style>
border-color css
<style>
span { border-color: #912ECA; }
span { border-color: rgb(145,46,202); }
td.TdClassName
{
border-color: #912ECA;
}
.TagClassName
{
border-color: #912ECA;
}
</style>