Shades of Dark Orchid #912DBB
Tints of Dark Orchid #912DBB
RGB
CMYK
RGB Variations
Color information
#912DBB (or 0x912DBB) is known color: Dark Orchid. HEX triplet: 91, 2D and BB. RGB value is (145,45,187). Sum of RGB (Red+Green+Blue) = 145+45+187=377 (49% of max value = 765). Red value is 145 (57.03% from 255 or 38.46% from 377); Green value is 45 (17.97% from 255 or 11.94% from 377); Blue value is 187 (73.44% from 255 or 49.60% from 377); Max value from RGB is 187 - color contains mainly: blue. Hex color #912DBB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DBB is #6ED244. Grayscale: #5A5A5A. Windows color (decimal): -7262789 or 12266897. OLE color: 12266897.
HSL color Cylindrical-coordinate representation of color #912DBB: hue angle of 282.25º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912DBB is Cyan = 0.22, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 145 | 45 | 187 | - |
| CMYK | 0.22 | 0.76 | 0 | 0.27 |
| HSL | 282.25º | 0.61% | 0.45% | - |
| HSV(B) | 282.25º | 0.76% | 0.73% | - |
| XYZ | 21.59 | 11.48 | 48.09 | - |
| YUV | 91.09 | 182.13 | 166.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 187 | 0.22 | 0.76 | 0 | 0.27 | 282.25 | 0.61 | 0.45 |
| Hex | 91 | 2D | BB | 16 | 4C | 0 | 1B | 11A | 3D | 2D |
| Octal | 221 | 55 | 273 | 26 | 114 | 0 | 33 | 432 | 75 | 55 |
| Binary | 10010001 | 101101 | 10111011 | 10110 | 1001100 | 0 | 11011 | 100011010 | 111101 | 101101 |
Color Harmonies of #912DBB
Complementary color
Monochromatic Colors of #912DBB
Black with #912DBB
Text Example
Text Example
White with #912DBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DBB; }
p { color: rgb(145,45,187); }
H1.HeaderClassName
{
color: #912DBB;
}
.AnyTagClassName
{
color: #912DBB;
}
</style>
background-color css
<style>
a { background-color: #912DBB; }
a { background-color: rgb(145,45,187); }
div.DivClassName
{
background-color: #912DBB;
}
.BgClassName
{
background-color: #912DBB;
}
</style>
border-color css
<style>
span { border-color: #912DBB; }
span { border-color: rgb(145,45,187); }
td.TdClassName
{
border-color: #912DBB;
}
.TagClassName
{
border-color: #912DBB;
}
</style>