Shades of Dark Orchid #912DB4
Tints of Dark Orchid #912DB4
RGB
CMYK
RGB Variations
Color information
#912DB4 (or 0x912DB4) is known color: Dark Orchid. HEX triplet: 91, 2D and B4. RGB value is (145,45,180). Sum of RGB (Red+Green+Blue) = 145+45+180=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 45 (17.97% from 255 or 12.16% from 370); Blue value is 180 (70.70% from 255 or 48.65% from 370); Max value from RGB is 180 - color contains mainly: blue. Hex color #912DB4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912DB4 is #6ED24B. Grayscale: #595959. Windows color (decimal): -7262796 or 11808145. OLE color: 11808145.
HSL color Cylindrical-coordinate representation of color #912DB4: hue angle of 284.44º 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 #912DB4 is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 45 | 180 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.29 |
| HSL | 284.44º | 0.6% | 0.44% | - |
| HSV(B) | 284.44º | 0.75% | 0.71% | - |
| XYZ | 20.85 | 11.19 | 44.24 | - |
| YUV | 90.29 | 178.63 | 167.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 45 | 180 | 0.19 | 0.75 | 0 | 0.29 | 284.44 | 0.6 | 0.44 |
| Hex | 91 | 2D | B4 | 13 | 4B | 0 | 1D | 11C | 3C | 2C |
| Octal | 221 | 55 | 264 | 23 | 113 | 0 | 35 | 434 | 74 | 54 |
| Binary | 10010001 | 101101 | 10110100 | 10011 | 1001011 | 0 | 11101 | 100011100 | 111100 | 101100 |
Color Harmonies of #912DB4
Complementary color
Monochromatic Colors of #912DB4
Black with #912DB4
Text Example
Text Example
White with #912DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912DB4; }
p { color: rgb(145,45,180); }
H1.HeaderClassName
{
color: #912DB4;
}
.AnyTagClassName
{
color: #912DB4;
}
</style>
background-color css
<style>
a { background-color: #912DB4; }
a { background-color: rgb(145,45,180); }
div.DivClassName
{
background-color: #912DB4;
}
.BgClassName
{
background-color: #912DB4;
}
</style>
border-color css
<style>
span { border-color: #912DB4; }
span { border-color: rgb(145,45,180); }
td.TdClassName
{
border-color: #912DB4;
}
.TagClassName
{
border-color: #912DB4;
}
</style>