Shades of Dark Orchid #913ABB
Tints of Dark Orchid #913ABB
RGB
CMYK
RGB Variations
Color information
#913ABB (or 0x913ABB) is known color: Dark Orchid. HEX triplet: 91, 3A and BB. RGB value is (145,58,187). Sum of RGB (Red+Green+Blue) = 145+58+187=390 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.18% from 390); Green value is 58 (23.05% from 255 or 14.87% from 390); Blue value is 187 (73.44% from 255 or 47.95% from 390); Max value from RGB is 187 - color contains mainly: blue. Hex color #913ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ABB is #6EC544. Grayscale: #626262. Windows color (decimal): -7259461 or 12270225. OLE color: 12270225.
HSL color Cylindrical-coordinate representation of color #913ABB: hue angle of 280.47º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913ABB is Cyan = 0.22, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 58 | 187 | - |
| CMYK | 0.22 | 0.69 | 0 | 0.27 |
| HSL | 280.47º | 0.53% | 0.48% | - |
| HSV(B) | 280.47º | 0.69% | 0.73% | - |
| XYZ | 22.16 | 12.63 | 48.28 | - |
| YUV | 98.72 | 177.82 | 161.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 187 | 0.22 | 0.69 | 0 | 0.27 | 280.47 | 0.53 | 0.48 |
| Hex | 91 | 3A | BB | 16 | 45 | 0 | 1B | 118 | 35 | 30 |
| Octal | 221 | 72 | 273 | 26 | 105 | 0 | 33 | 430 | 65 | 60 |
| Binary | 10010001 | 111010 | 10111011 | 10110 | 1000101 | 0 | 11011 | 100011000 | 110101 | 110000 |
Color Harmonies of #913ABB
Complementary color
Monochromatic Colors of #913ABB
Black with #913ABB
Text Example
Text Example
White with #913ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913ABB; }
p { color: rgb(145,58,187); }
H1.HeaderClassName
{
color: #913ABB;
}
.AnyTagClassName
{
color: #913ABB;
}
</style>
background-color css
<style>
a { background-color: #913ABB; }
a { background-color: rgb(145,58,187); }
div.DivClassName
{
background-color: #913ABB;
}
.BgClassName
{
background-color: #913ABB;
}
</style>
border-color css
<style>
span { border-color: #913ABB; }
span { border-color: rgb(145,58,187); }
td.TdClassName
{
border-color: #913ABB;
}
.TagClassName
{
border-color: #913ABB;
}
</style>