Shades of Dark Orchid #913ACE
Tints of Dark Orchid #913ACE
RGB
CMYK
RGB Variations
Color information
#913ACE (or 0x913ACE) is known color: Dark Orchid. HEX triplet: 91, 3A and CE. RGB value is (145,58,206). Sum of RGB (Red+Green+Blue) = 145+58+206=409 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.45% from 409); Green value is 58 (23.05% from 255 or 14.18% from 409); Blue value is 206 (80.86% from 255 or 50.37% from 409); Max value from RGB is 206 - color contains mainly: blue. Hex color #913ACE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913ACE is #6EC531. Grayscale: #646464. Windows color (decimal): -7259442 or 13515409. OLE color: 13515409.
HSL color Cylindrical-coordinate representation of color #913ACE: hue angle of 275.27º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #913ACE is Cyan = 0.30, Magento = 0.72, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 58 | 206 | - |
| CMYK | 0.30 | 0.72 | 0 | 0.19 |
| HSL | 275.27º | 0.6% | 0.52% | - |
| HSV(B) | 275.27º | 0.72% | 0.81% | - |
| XYZ | 24.33 | 13.5 | 59.72 | - |
| YUV | 100.89 | 187.32 | 159.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 58 | 206 | 0.30 | 0.72 | 0 | 0.19 | 275.27 | 0.6 | 0.52 |
| Hex | 91 | 3A | CE | 1E | 48 | 0 | 13 | 113 | 3C | 34 |
| Octal | 221 | 72 | 316 | 36 | 110 | 0 | 23 | 423 | 74 | 64 |
| Binary | 10010001 | 111010 | 11001110 | 11110 | 1001000 | 0 | 10011 | 100010011 | 111100 | 110100 |
Color Harmonies of #913ACE
Complementary color
Monochromatic Colors of #913ACE
Black with #913ACE
Text Example
Text Example
White with #913ACE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913ACE; }
p { color: rgb(145,58,206); }
H1.HeaderClassName
{
color: #913ACE;
}
.AnyTagClassName
{
color: #913ACE;
}
</style>
background-color css
<style>
a { background-color: #913ACE; }
a { background-color: rgb(145,58,206); }
div.DivClassName
{
background-color: #913ACE;
}
.BgClassName
{
background-color: #913ACE;
}
</style>
border-color css
<style>
span { border-color: #913ACE; }
span { border-color: rgb(145,58,206); }
td.TdClassName
{
border-color: #913ACE;
}
.TagClassName
{
border-color: #913ACE;
}
</style>