Shades of Dark Orchid #913ABC
Tints of Dark Orchid #913ABC
RGB
CMYK
RGB Variations
Color information
#913ABC (or 0x913ABC) is known color: Dark Orchid. HEX triplet: 91, 3A and BC. RGB value is (145,58,188). Sum of RGB (Red+Green+Blue) = 145+58+188=391 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.08% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 188 (73.83% from 255 or 48.08% from 391); Max value from RGB is 188 - color contains mainly: blue. Hex color #913ABC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ABC is #6EC543. Grayscale: #626262. Windows color (decimal): -7259460 or 12335761. OLE color: 12335761.
HSL color Cylindrical-coordinate representation of color #913ABC: hue angle of 280.15º degrees, saturation: 0.53, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #913ABC is Cyan = 0.23, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 58 | 188 | - |
| CMYK | 0.23 | 0.69 | 0 | 0.26 |
| HSL | 280.15º | 0.53% | 0.48% | - |
| HSV(B) | 280.15º | 0.69% | 0.74% | - |
| XYZ | 22.27 | 12.68 | 48.85 | - |
| YUV | 98.83 | 178.32 | 160.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 188 | 0.23 | 0.69 | 0 | 0.26 | 280.15 | 0.53 | 0.48 |
| Hex | 91 | 3A | BC | 17 | 45 | 0 | 1A | 118 | 35 | 30 |
| Octal | 221 | 72 | 274 | 27 | 105 | 0 | 32 | 430 | 65 | 60 |
| Binary | 10010001 | 111010 | 10111100 | 10111 | 1000101 | 0 | 11010 | 100011000 | 110101 | 110000 |
Color Harmonies of #913ABC
Complementary color
Monochromatic Colors of #913ABC
Black with #913ABC
Text Example
Text Example
White with #913ABC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913ABC; }
p { color: rgb(145,58,188); }
H1.HeaderClassName
{
color: #913ABC;
}
.AnyTagClassName
{
color: #913ABC;
}
</style>
background-color css
<style>
a { background-color: #913ABC; }
a { background-color: rgb(145,58,188); }
div.DivClassName
{
background-color: #913ABC;
}
.BgClassName
{
background-color: #913ABC;
}
</style>
border-color css
<style>
span { border-color: #913ABC; }
span { border-color: rgb(145,58,188); }
td.TdClassName
{
border-color: #913ABC;
}
.TagClassName
{
border-color: #913ABC;
}
</style>