Shades of Dark Orchid #913DCE
Tints of Dark Orchid #913DCE
RGB
CMYK
RGB Variations
Color information
#913DCE (or 0x913DCE) is known color: Dark Orchid. HEX triplet: 91, 3D and CE. RGB value is (145,61,206). Sum of RGB (Red+Green+Blue) = 145+61+206=412 (54% of max value = 765). Red value is 145 (57.03% from 255 or 35.19% from 412); Green value is 61 (24.22% from 255 or 14.81% from 412); Blue value is 206 (80.86% from 255 or 50% from 412); Max value from RGB is 206 - color contains mainly: blue. Hex color #913DCE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DCE is #6EC231. Grayscale: #666666. Windows color (decimal): -7258674 or 13516177. OLE color: 13516177.
HSL color Cylindrical-coordinate representation of color #913DCE: hue angle of 274.76º degrees, saturation: 0.6, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #913DCE is Cyan = 0.30, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 145 | 61 | 206 | - |
| CMYK | 0.30 | 0.70 | 0 | 0.19 |
| HSL | 274.76º | 0.6% | 0.52% | - |
| HSV(B) | 274.76º | 0.7% | 0.81% | - |
| XYZ | 24.49 | 13.81 | 59.77 | - |
| YUV | 102.65 | 186.33 | 158.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 206 | 0.30 | 0.70 | 0 | 0.19 | 274.76 | 0.6 | 0.52 |
| Hex | 91 | 3D | CE | 1E | 46 | 0 | 13 | 113 | 3C | 34 |
| Octal | 221 | 75 | 316 | 36 | 106 | 0 | 23 | 423 | 74 | 64 |
| Binary | 10010001 | 111101 | 11001110 | 11110 | 1000110 | 0 | 10011 | 100010011 | 111100 | 110100 |
Color Harmonies of #913DCE
Complementary color
Monochromatic Colors of #913DCE
Black with #913DCE
Text Example
Text Example
White with #913DCE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DCE; }
p { color: rgb(145,61,206); }
H1.HeaderClassName
{
color: #913DCE;
}
.AnyTagClassName
{
color: #913DCE;
}
</style>
background-color css
<style>
a { background-color: #913DCE; }
a { background-color: rgb(145,61,206); }
div.DivClassName
{
background-color: #913DCE;
}
.BgClassName
{
background-color: #913DCE;
}
</style>
border-color css
<style>
span { border-color: #913DCE; }
span { border-color: rgb(145,61,206); }
td.TdClassName
{
border-color: #913DCE;
}
.TagClassName
{
border-color: #913DCE;
}
</style>