Shades of Dark Orchid #913DBB
Tints of Dark Orchid #913DBB
RGB
CMYK
RGB Variations
Color information
#913DBB (or 0x913DBB) is known color: Dark Orchid. HEX triplet: 91, 3D and BB. RGB value is (145,61,187). Sum of RGB (Red+Green+Blue) = 145+61+187=393 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.90% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 187 (73.44% from 255 or 47.58% from 393); Max value from RGB is 187 - color contains mainly: blue. Hex color #913DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #913DBB is #6EC244. Grayscale: #646464. Windows color (decimal): -7258693 or 12270993. OLE color: 12270993.
HSL color Cylindrical-coordinate representation of color #913DBB: hue angle of 280º degrees, saturation: 0.51, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #913DBB is Cyan = 0.22, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 61 | 187 | - |
| CMYK | 0.22 | 0.67 | 0 | 0.27 |
| HSL | 280º | 0.51% | 0.49% | - |
| HSV(B) | 280º | 0.67% | 0.73% | - |
| XYZ | 22.32 | 12.95 | 48.34 | - |
| YUV | 100.48 | 176.83 | 159.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 61 | 187 | 0.22 | 0.67 | 0 | 0.27 | 280 | 0.51 | 0.49 |
| Hex | 91 | 3D | BB | 16 | 43 | 0 | 1B | 118 | 33 | 31 |
| Octal | 221 | 75 | 273 | 26 | 103 | 0 | 33 | 430 | 63 | 61 |
| Binary | 10010001 | 111101 | 10111011 | 10110 | 1000011 | 0 | 11011 | 100011000 | 110011 | 110001 |
Color Harmonies of #913DBB
Complementary color
Monochromatic Colors of #913DBB
Black with #913DBB
Text Example
Text Example
White with #913DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #913DBB; }
p { color: rgb(145,61,187); }
H1.HeaderClassName
{
color: #913DBB;
}
.AnyTagClassName
{
color: #913DBB;
}
</style>
background-color css
<style>
a { background-color: #913DBB; }
a { background-color: rgb(145,61,187); }
div.DivClassName
{
background-color: #913DBB;
}
.BgClassName
{
background-color: #913DBB;
}
</style>
border-color css
<style>
span { border-color: #913DBB; }
span { border-color: rgb(145,61,187); }
td.TdClassName
{
border-color: #913DBB;
}
.TagClassName
{
border-color: #913DBB;
}
</style>