Shades of Dark Orchid #913CB5
Tints of Dark Orchid #913CB5
RGB
CMYK
RGB Variations
Color information
#913CB5 (or 0x913CB5) is known color: Dark Orchid. HEX triplet: 91, 3C and B5. RGB value is (145,60,181). Sum of RGB (Red+Green+Blue) = 145+60+181=386 (51% of max value = 765). Red value is 145 (57.03% from 255 or 37.56% from 386); Green value is 60 (23.83% from 255 or 15.54% from 386); Blue value is 181 (71.09% from 255 or 46.89% from 386); Max value from RGB is 181 - color contains mainly: blue. Hex color #913CB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913CB5 is #6EC34A. Grayscale: #626262. Windows color (decimal): -7258955 or 11877521. OLE color: 11877521.
HSL color Cylindrical-coordinate representation of color #913CB5: hue angle of 282.15º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913CB5 is Cyan = 0.20, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 60 | 181 | - |
| CMYK | 0.20 | 0.67 | 0 | 0.29 |
| HSL | 282.15º | 0.5% | 0.47% | - |
| HSV(B) | 282.15º | 0.67% | 0.71% | - |
| XYZ | 21.63 | 12.59 | 45.01 | - |
| YUV | 99.21 | 174.16 | 160.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 60 | 181 | 0.20 | 0.67 | 0 | 0.29 | 282.15 | 0.5 | 0.47 |
| Hex | 91 | 3C | B5 | 14 | 43 | 0 | 1D | 11A | 32 | 2F |
| Octal | 221 | 74 | 265 | 24 | 103 | 0 | 35 | 432 | 62 | 57 |
| Binary | 10010001 | 111100 | 10110101 | 10100 | 1000011 | 0 | 11101 | 100011010 | 110010 | 101111 |
Color Harmonies of #913CB5
Complementary color
Monochromatic Colors of #913CB5
Black with #913CB5
Text Example
Text Example
White with #913CB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913CB5; }
p { color: rgb(145,60,181); }
H1.HeaderClassName
{
color: #913CB5;
}
.AnyTagClassName
{
color: #913CB5;
}
</style>
background-color css
<style>
a { background-color: #913CB5; }
a { background-color: rgb(145,60,181); }
div.DivClassName
{
background-color: #913CB5;
}
.BgClassName
{
background-color: #913CB5;
}
</style>
border-color css
<style>
span { border-color: #913CB5; }
span { border-color: rgb(145,60,181); }
td.TdClassName
{
border-color: #913CB5;
}
.TagClassName
{
border-color: #913CB5;
}
</style>