Shades of Dark Orchid #913EBA
Tints of Dark Orchid #913EBA
RGB
CMYK
RGB Variations
Color information
#913EBA (or 0x913EBA) is known color: Dark Orchid. HEX triplet: 91, 3E and BA. RGB value is (145,62,186). Sum of RGB (Red+Green+Blue) = 145+62+186=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 62 (24.61% from 255 or 15.78% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #913EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913EBA is #6EC145. Grayscale: #646464. Windows color (decimal): -7258438 or 12205713. OLE color: 12205713.
HSL color Cylindrical-coordinate representation of color #913EBA: hue angle of 280.16º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913EBA is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 62 | 186 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.27 |
| HSL | 280.16º | 0.5% | 0.49% | - |
| HSV(B) | 280.16º | 0.67% | 0.73% | - |
| XYZ | 22.26 | 13.01 | 47.79 | - |
| YUV | 100.95 | 176 | 159.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 62 | 186 | 0.22 | 0.67 | 0 | 0.27 | 280.16 | 0.5 | 0.49 |
| Hex | 91 | 3E | BA | 16 | 43 | 0 | 1B | 118 | 32 | 31 |
| Octal | 221 | 76 | 272 | 26 | 103 | 0 | 33 | 430 | 62 | 61 |
| Binary | 10010001 | 111110 | 10111010 | 10110 | 1000011 | 0 | 11011 | 100011000 | 110010 | 110001 |
Color Harmonies of #913EBA
Complementary color
Monochromatic Colors of #913EBA
Black with #913EBA
Text Example
Text Example
White with #913EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913EBA; }
p { color: rgb(145,62,186); }
H1.HeaderClassName
{
color: #913EBA;
}
.AnyTagClassName
{
color: #913EBA;
}
</style>
background-color css
<style>
a { background-color: #913EBA; }
a { background-color: rgb(145,62,186); }
div.DivClassName
{
background-color: #913EBA;
}
.BgClassName
{
background-color: #913EBA;
}
</style>
border-color css
<style>
span { border-color: #913EBA; }
span { border-color: rgb(145,62,186); }
td.TdClassName
{
border-color: #913EBA;
}
.TagClassName
{
border-color: #913EBA;
}
</style>