Shades of Dark Orchid #912DBD
Tints of Dark Orchid #912DBD
RGB
CMYK
RGB Variations
Color information
#912DBD (or 0x912DBD) is known color: Dark Orchid. HEX triplet: 91, 2D and BD. RGB value is (145,45,189). Sum of RGB (Red+Green+Blue) = 145+45+189=379 (50% of max value = 765). Red value is 145 (57.03% from 255 or 38.26% from 379); Green value is 45 (17.97% from 255 or 11.87% from 379); Blue value is 189 (74.22% from 255 or 49.87% from 379); Max value from RGB is 189 - color contains mainly: blue. Hex color #912DBD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DBD is #6ED242. Grayscale: #5A5A5A. Windows color (decimal): -7262787 or 12397969. OLE color: 12397969.
HSL color Cylindrical-coordinate representation of color #912DBD: hue angle of 281.67º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912DBD is Cyan = 0.23, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 145 | 45 | 189 | - |
| CMYK | 0.23 | 0.76 | 0 | 0.26 |
| HSL | 281.67º | 0.62% | 0.46% | - |
| HSV(B) | 281.67º | 0.76% | 0.74% | - |
| XYZ | 21.8 | 11.57 | 49.23 | - |
| YUV | 91.32 | 183.13 | 166.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 189 | 0.23 | 0.76 | 0 | 0.26 | 281.67 | 0.62 | 0.46 |
| Hex | 91 | 2D | BD | 17 | 4C | 0 | 1A | 11A | 3E | 2E |
| Octal | 221 | 55 | 275 | 27 | 114 | 0 | 32 | 432 | 76 | 56 |
| Binary | 10010001 | 101101 | 10111101 | 10111 | 1001100 | 0 | 11010 | 100011010 | 111110 | 101110 |
Color Harmonies of #912DBD
Complementary color
Monochromatic Colors of #912DBD
Black with #912DBD
Text Example
Text Example
White with #912DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DBD; }
p { color: rgb(145,45,189); }
H1.HeaderClassName
{
color: #912DBD;
}
.AnyTagClassName
{
color: #912DBD;
}
</style>
background-color css
<style>
a { background-color: #912DBD; }
a { background-color: rgb(145,45,189); }
div.DivClassName
{
background-color: #912DBD;
}
.BgClassName
{
background-color: #912DBD;
}
</style>
border-color css
<style>
span { border-color: #912DBD; }
span { border-color: rgb(145,45,189); }
td.TdClassName
{
border-color: #912DBD;
}
.TagClassName
{
border-color: #912DBD;
}
</style>