Shades of Dark Orchid #912FD0
Tints of Dark Orchid #912FD0
RGB
CMYK
RGB Variations
Color information
#912FD0 (or 0x912FD0) is known color: Dark Orchid. HEX triplet: 91, 2F and D0. RGB value is (145,47,208). Sum of RGB (Red+Green+Blue) = 145+47+208=400 (52% of max value = 765). Red value is 145 (57.03% from 255 or 36.25% from 400); Green value is 47 (18.75% from 255 or 11.75% from 400); Blue value is 208 (81.64% from 255 or 52% from 400); Max value from RGB is 208 - color contains mainly: blue. Hex color #912FD0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912FD0 is #6ED02F. Grayscale: #5E5E5E. Windows color (decimal): -7262256 or 13643665. OLE color: 13643665.
HSL color Cylindrical-coordinate representation of color #912FD0: hue angle of 276.52º degrees, saturation: 0.63, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #912FD0 is Cyan = 0.30, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 145 | 47 | 208 | - |
| CMYK | 0.30 | 0.77 | 0 | 0.18 |
| HSL | 276.52º | 0.63% | 0.5% | - |
| HSV(B) | 276.52º | 0.77% | 0.82% | - |
| XYZ | 24.08 | 12.61 | 60.84 | - |
| YUV | 94.66 | 191.97 | 163.91 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 47 | 208 | 0.30 | 0.77 | 0 | 0.18 | 276.52 | 0.63 | 0.5 |
| Hex | 91 | 2F | D0 | 1E | 4D | 0 | 12 | 115 | 3F | 32 |
| Octal | 221 | 57 | 320 | 36 | 115 | 0 | 22 | 425 | 77 | 62 |
| Binary | 10010001 | 101111 | 11010000 | 11110 | 1001101 | 0 | 10010 | 100010101 | 111111 | 110010 |
Color Harmonies of #912FD0
Complementary color
Monochromatic Colors of #912FD0
Black with #912FD0
Text Example
Text Example
White with #912FD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912FD0; }
p { color: rgb(145,47,208); }
H1.HeaderClassName
{
color: #912FD0;
}
.AnyTagClassName
{
color: #912FD0;
}
</style>
background-color css
<style>
a { background-color: #912FD0; }
a { background-color: rgb(145,47,208); }
div.DivClassName
{
background-color: #912FD0;
}
.BgClassName
{
background-color: #912FD0;
}
</style>
border-color css
<style>
span { border-color: #912FD0; }
span { border-color: rgb(145,47,208); }
td.TdClassName
{
border-color: #912FD0;
}
.TagClassName
{
border-color: #912FD0;
}
</style>