Shades of Dark Orchid #912DB6
Tints of Dark Orchid #912DB6
RGB
CMYK
RGB Variations
Color information
#912DB6 (or 0x912DB6) is known color: Dark Orchid. HEX triplet: 91, 2D and B6. RGB value is (145,45,182). Sum of RGB (Red+Green+Blue) = 145+45+182=372 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.98% from 372); Green value is 45 (17.97% from 255 or 12.10% from 372); Blue value is 182 (71.48% from 255 or 48.92% from 372); Max value from RGB is 182 - color contains mainly: blue. Hex color #912DB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB6 is #6ED249. Grayscale: #5A5A5A. Windows color (decimal): -7262794 or 11939217. OLE color: 11939217.
HSL color Cylindrical-coordinate representation of color #912DB6: hue angle of 283.8º degrees, saturation: 0.6, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912DB6 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 45 | 182 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.29 |
| HSL | 283.8º | 0.6% | 0.45% | - |
| HSV(B) | 283.8º | 0.75% | 0.71% | - |
| XYZ | 21.06 | 11.27 | 45.32 | - |
| YUV | 90.52 | 179.63 | 166.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 182 | 0.20 | 0.75 | 0 | 0.29 | 283.8 | 0.6 | 0.45 |
| Hex | 91 | 2D | B6 | 14 | 4B | 0 | 1D | 11C | 3C | 2D |
| Octal | 221 | 55 | 266 | 24 | 113 | 0 | 35 | 434 | 74 | 55 |
| Binary | 10010001 | 101101 | 10110110 | 10100 | 1001011 | 0 | 11101 | 100011100 | 111100 | 101101 |
Color Harmonies of #912DB6
Complementary color
Monochromatic Colors of #912DB6
Black with #912DB6
Text Example
Text Example
White with #912DB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DB6; }
p { color: rgb(145,45,182); }
H1.HeaderClassName
{
color: #912DB6;
}
.AnyTagClassName
{
color: #912DB6;
}
</style>
background-color css
<style>
a { background-color: #912DB6; }
a { background-color: rgb(145,45,182); }
div.DivClassName
{
background-color: #912DB6;
}
.BgClassName
{
background-color: #912DB6;
}
</style>
border-color css
<style>
span { border-color: #912DB6; }
span { border-color: rgb(145,45,182); }
td.TdClassName
{
border-color: #912DB6;
}
.TagClassName
{
border-color: #912DB6;
}
</style>