Shades of Dark Orchid #9120D0
Tints of Dark Orchid #9120D0
RGB
CMYK
RGB Variations
Color information
#9120D0 (or 0x9120D0) is known color: Dark Orchid. HEX triplet: 91, 20 and D0. RGB value is (145,32,208). Sum of RGB (Red+Green+Blue) = 145+32+208=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 32 (12.89% from 255 or 8.31% from 385); Blue value is 208 (81.64% from 255 or 54.03% from 385); Max value from RGB is 208 - color contains mainly: blue. Hex color #9120D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9120D0 is #6EDF2F. Grayscale: #555555. Windows color (decimal): -7266096 or 13639825. OLE color: 13639825.
HSL color Cylindrical-coordinate representation of color #9120D0: hue angle of 278.52º degrees, saturation: 0.73, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #9120D0 is Cyan = 0.30, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 32 | 208 | - |
| CMYK | 0.30 | 0.85 | 0 | 0.18 |
| HSL | 278.52º | 0.73% | 0.47% | - |
| HSV(B) | 278.52º | 0.85% | 0.82% | - |
| XYZ | 23.58 | 11.61 | 60.67 | - |
| YUV | 85.85 | 196.94 | 170.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 32 | 208 | 0.30 | 0.85 | 0 | 0.18 | 278.52 | 0.73 | 0.47 |
| Hex | 91 | 20 | D0 | 1E | 55 | 0 | 12 | 117 | 49 | 2F |
| Octal | 221 | 40 | 320 | 36 | 125 | 0 | 22 | 427 | 111 | 57 |
| Binary | 10010001 | 100000 | 11010000 | 11110 | 1010101 | 0 | 10010 | 100010111 | 1001001 | 101111 |
Color Harmonies of #9120D0
Complementary color
Monochromatic Colors of #9120D0
Black with #9120D0
Text Example
Text Example
White with #9120D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9120D0; }
p { color: rgb(145,32,208); }
H1.HeaderClassName
{
color: #9120D0;
}
.AnyTagClassName
{
color: #9120D0;
}
</style>
background-color css
<style>
a { background-color: #9120D0; }
a { background-color: rgb(145,32,208); }
div.DivClassName
{
background-color: #9120D0;
}
.BgClassName
{
background-color: #9120D0;
}
</style>
border-color css
<style>
span { border-color: #9120D0; }
span { border-color: rgb(145,32,208); }
td.TdClassName
{
border-color: #9120D0;
}
.TagClassName
{
border-color: #9120D0;
}
</style>