Shades of Dark Orchid #912BB6
Tints of Dark Orchid #912BB6
RGB
CMYK
RGB Variations
Color information
#912BB6 (or 0x912BB6) is known color: Dark Orchid. HEX triplet: 91, 2B and B6. RGB value is (145,43,182). Sum of RGB (Red+Green+Blue) = 145+43+182=370 (49% of max value = 765). Red value is 145 (57.03% from 255 or 39.19% from 370); Green value is 43 (17.19% from 255 or 11.62% from 370); Blue value is 182 (71.48% from 255 or 49.19% from 370); Max value from RGB is 182 - color contains mainly: blue. Hex color #912BB6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #912BB6 is #6ED449. Grayscale: #585858. Windows color (decimal): -7263306 or 11938705. OLE color: 11938705.
HSL color Cylindrical-coordinate representation of color #912BB6: hue angle of 284.03º degrees, saturation: 0.62, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #912BB6 is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.29.
Color convert
| RGB | 145 | 43 | 182 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.29 |
| HSL | 284.03º | 0.62% | 0.44% | - |
| HSV(B) | 284.03º | 0.76% | 0.71% | - |
| XYZ | 20.98 | 11.12 | 45.3 | - |
| YUV | 89.34 | 180.29 | 167.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 43 | 182 | 0.20 | 0.76 | 0 | 0.29 | 284.03 | 0.62 | 0.44 |
| Hex | 91 | 2B | B6 | 14 | 4C | 0 | 1D | 11C | 3E | 2C |
| Octal | 221 | 53 | 266 | 24 | 114 | 0 | 35 | 434 | 76 | 54 |
| Binary | 10010001 | 101011 | 10110110 | 10100 | 1001100 | 0 | 11101 | 100011100 | 111110 | 101100 |
Color Harmonies of #912BB6
Complementary color
Monochromatic Colors of #912BB6
Black with #912BB6
Text Example
Text Example
White with #912BB6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #912BB6; }
p { color: rgb(145,43,182); }
H1.HeaderClassName
{
color: #912BB6;
}
.AnyTagClassName
{
color: #912BB6;
}
</style>
background-color css
<style>
a { background-color: #912BB6; }
a { background-color: rgb(145,43,182); }
div.DivClassName
{
background-color: #912BB6;
}
.BgClassName
{
background-color: #912BB6;
}
</style>
border-color css
<style>
span { border-color: #912BB6; }
span { border-color: rgb(145,43,182); }
td.TdClassName
{
border-color: #912BB6;
}
.TagClassName
{
border-color: #912BB6;
}
</style>