Shades of Dark Orchid #912DB5
Tints of Dark Orchid #912DB5
RGB
CMYK
RGB Variations
Color information
#912DB5 (or 0x912DB5) is known color: Dark Orchid. HEX triplet: 91, 2D and B5. RGB value is (145,45,181). Sum of RGB (Red+Green+Blue) = 145+45+181=371 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.08% from 371); Green value is 45 (17.97% from 255 or 12.13% from 371); Blue value is 181 (71.09% from 255 or 48.79% from 371); Max value from RGB is 181 - color contains mainly: blue. Hex color #912DB5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB5 is #6ED24A. Grayscale: #595959. Windows color (decimal): -7262795 or 11873681. OLE color: 11873681.
HSL color Cylindrical-coordinate representation of color #912DB5: hue angle of 284.12º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #912DB5 is Cyan = 0.20, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 45 | 181 | - |
| CMYK | 0.20 | 0.75 | 0 | 0.29 |
| HSL | 284.12º | 0.6% | 0.44% | - |
| HSV(B) | 284.12º | 0.75% | 0.71% | - |
| XYZ | 20.96 | 11.23 | 44.78 | - |
| YUV | 90.4 | 179.13 | 166.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 181 | 0.20 | 0.75 | 0 | 0.29 | 284.12 | 0.6 | 0.44 |
| Hex | 91 | 2D | B5 | 14 | 4B | 0 | 1D | 11C | 3C | 2C |
| Octal | 221 | 55 | 265 | 24 | 113 | 0 | 35 | 434 | 74 | 54 |
| Binary | 10010001 | 101101 | 10110101 | 10100 | 1001011 | 0 | 11101 | 100011100 | 111100 | 101100 |
Color Harmonies of #912DB5
Complementary color
Monochromatic Colors of #912DB5
Black with #912DB5
Text Example
Text Example
White with #912DB5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DB5; }
p { color: rgb(145,45,181); }
H1.HeaderClassName
{
color: #912DB5;
}
.AnyTagClassName
{
color: #912DB5;
}
</style>
background-color css
<style>
a { background-color: #912DB5; }
a { background-color: rgb(145,45,181); }
div.DivClassName
{
background-color: #912DB5;
}
.BgClassName
{
background-color: #912DB5;
}
</style>
border-color css
<style>
span { border-color: #912DB5; }
span { border-color: rgb(145,45,181); }
td.TdClassName
{
border-color: #912DB5;
}
.TagClassName
{
border-color: #912DB5;
}
</style>