Shades of Dark Orchid #992BD7
Tints of Dark Orchid #992BD7
RGB
CMYK
RGB Variations
Color information
#992BD7 (or 0x992BD7) is known color: Dark Orchid. HEX triplet: 99, 2B and D7. RGB value is (153,43,215). Sum of RGB (Red+Green+Blue) = 153+43+215=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 43 (17.19% from 255 or 10.46% from 411); Blue value is 215 (84.38% from 255 or 52.31% from 411); Max value from RGB is 215 - color contains mainly: blue. Hex color #992BD7 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992BD7 is #66D428. Grayscale: #5E5E5E. Windows color (decimal): -6738985 or 14101401. OLE color: 14101401.
HSL color Cylindrical-coordinate representation of color #992BD7: hue angle of 278.37º degrees, saturation: 0.68, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992BD7 is Cyan = 0.29, Magento = 0.8, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 43 | 215 | - |
| CMYK | 0.29 | 0.8 | 0 | 0.16 |
| HSL | 278.37º | 0.68% | 0.51% | - |
| HSV(B) | 278.37º | 0.8% | 0.84% | - |
| XYZ | 26.27 | 13.41 | 65.49 | - |
| YUV | 95.5 | 195.44 | 169.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 43 | 215 | 0.29 | 0.8 | 0 | 0.16 | 278.37 | 0.68 | 0.51 |
| Hex | 99 | 2B | D7 | 1D | 50 | 0 | 10 | 116 | 44 | 33 |
| Octal | 231 | 53 | 327 | 35 | 120 | 0 | 20 | 426 | 104 | 63 |
| Binary | 10011001 | 101011 | 11010111 | 11101 | 1010000 | 0 | 10000 | 100010110 | 1000100 | 110011 |
Color Harmonies of #992BD7
Complementary color
Monochromatic Colors of #992BD7
Black with #992BD7
Text Example
Text Example
White with #992BD7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992BD7; }
p { color: rgb(153,43,215); }
H1.HeaderClassName
{
color: #992BD7;
}
.AnyTagClassName
{
color: #992BD7;
}
</style>
background-color css
<style>
a { background-color: #992BD7; }
a { background-color: rgb(153,43,215); }
div.DivClassName
{
background-color: #992BD7;
}
.BgClassName
{
background-color: #992BD7;
}
</style>
border-color css
<style>
span { border-color: #992BD7; }
span { border-color: rgb(153,43,215); }
td.TdClassName
{
border-color: #992BD7;
}
.TagClassName
{
border-color: #992BD7;
}
</style>