Shades of Dark Orchid #913DD5
Tints of Dark Orchid #913DD5
RGB
CMYK
RGB Variations
Color information
#913DD5 (or 0x913DD5) is known color: Dark Orchid. HEX triplet: 91, 3D and D5. RGB value is (145,61,213). Sum of RGB (Red+Green+Blue) = 145+61+213=419 (55% of max value = 765). Red value is 145 (57.03% from 255 or 34.61% from 419); Green value is 61 (24.22% from 255 or 14.56% from 419); Blue value is 213 (83.59% from 255 or 50.84% from 419); Max value from RGB is 213 - color contains mainly: blue. Hex color #913DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DD5 is #6EC22A. Grayscale: #666666. Windows color (decimal): -7258667 or 13974929. OLE color: 13974929.
HSL color Cylindrical-coordinate representation of color #913DD5: hue angle of 273.16º degrees, saturation: 0.64, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #913DD5 is Cyan = 0.32, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 145 | 61 | 213 | - |
| CMYK | 0.32 | 0.71 | 0 | 0.16 |
| HSL | 273.16º | 0.64% | 0.54% | - |
| HSV(B) | 273.16º | 0.71% | 0.84% | - |
| XYZ | 25.36 | 14.16 | 64.35 | - |
| YUV | 103.44 | 189.83 | 157.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 213 | 0.32 | 0.71 | 0 | 0.16 | 273.16 | 0.64 | 0.54 |
| Hex | 91 | 3D | D5 | 20 | 47 | 0 | 10 | 111 | 40 | 36 |
| Octal | 221 | 75 | 325 | 40 | 107 | 0 | 20 | 421 | 100 | 66 |
| Binary | 10010001 | 111101 | 11010101 | 100000 | 1000111 | 0 | 10000 | 100010001 | 1000000 | 110110 |
Color Harmonies of #913DD5
Complementary color
Monochromatic Colors of #913DD5
Black with #913DD5
Text Example
Text Example
White with #913DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DD5; }
p { color: rgb(145,61,213); }
H1.HeaderClassName
{
color: #913DD5;
}
.AnyTagClassName
{
color: #913DD5;
}
</style>
background-color css
<style>
a { background-color: #913DD5; }
a { background-color: rgb(145,61,213); }
div.DivClassName
{
background-color: #913DD5;
}
.BgClassName
{
background-color: #913DD5;
}
</style>
border-color css
<style>
span { border-color: #913DD5; }
span { border-color: rgb(145,61,213); }
td.TdClassName
{
border-color: #913DD5;
}
.TagClassName
{
border-color: #913DD5;
}
</style>