Shades of Dark Orchid #913ECF
Tints of Dark Orchid #913ECF
RGB
CMYK
RGB Variations
Color information
#913ECF (or 0x913ECF) is known color: Dark Orchid. HEX triplet: 91, 3E and CF. RGB value is (145,62,207). Sum of RGB (Red+Green+Blue) = 145+62+207=414 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.02% from 414); Green value is 62 (24.61% from 255 or 14.98% from 414); Blue value is 207 (81.25% from 255 or 50% from 414); Max value from RGB is 207 - color contains mainly: blue. Hex color #913ECF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ECF is #6EC130. Grayscale: #666666. Windows color (decimal): -7258417 or 13581969. OLE color: 13581969.
HSL color Cylindrical-coordinate representation of color #913ECF: hue angle of 274.34º degrees, saturation: 0.6, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913ECF is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 62 | 207 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.19 |
| HSL | 274.34º | 0.6% | 0.53% | - |
| HSV(B) | 274.34º | 0.7% | 0.81% | - |
| XYZ | 24.66 | 13.97 | 60.43 | - |
| YUV | 103.35 | 186.5 | 157.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 207 | 0.30 | 0.70 | 0 | 0.19 | 274.34 | 0.6 | 0.53 |
| Hex | 91 | 3E | CF | 1E | 46 | 0 | 13 | 112 | 3C | 35 |
| Octal | 221 | 76 | 317 | 36 | 106 | 0 | 23 | 422 | 74 | 65 |
| Binary | 10010001 | 111110 | 11001111 | 11110 | 1000110 | 0 | 10011 | 100010010 | 111100 | 110101 |
Color Harmonies of #913ECF
Complementary color
Monochromatic Colors of #913ECF
Black with #913ECF
Text Example
Text Example
White with #913ECF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913ECF; }
p { color: rgb(145,62,207); }
H1.HeaderClassName
{
color: #913ECF;
}
.AnyTagClassName
{
color: #913ECF;
}
</style>
background-color css
<style>
a { background-color: #913ECF; }
a { background-color: rgb(145,62,207); }
div.DivClassName
{
background-color: #913ECF;
}
.BgClassName
{
background-color: #913ECF;
}
</style>
border-color css
<style>
span { border-color: #913ECF; }
span { border-color: rgb(145,62,207); }
td.TdClassName
{
border-color: #913ECF;
}
.TagClassName
{
border-color: #913ECF;
}
</style>