Shades of Dark Orchid #992DBF
Tints of Dark Orchid #992DBF
RGB
CMYK
RGB Variations
Color information
#992DBF (or 0x992DBF) is known color: Dark Orchid. HEX triplet: 99, 2D and BF. RGB value is (153,45,191). Sum of RGB (Red+Green+Blue) = 153+45+191=389 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.33% from 389); Green value is 45 (17.97% from 255 or 11.57% from 389); Blue value is 191 (75% from 255 or 49.10% from 389); Max value from RGB is 191 - color contains mainly: blue. Hex color #992DBF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DBF is #66D240. Grayscale: #5D5D5D. Windows color (decimal): -6738497 or 12529049. OLE color: 12529049.
HSL color Cylindrical-coordinate representation of color #992DBF: hue angle of 284.38º degrees, saturation: 0.62, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992DBF is Cyan = 0.20, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 153 | 45 | 191 | - |
| CMYK | 0.20 | 0.76 | 0 | 0.25 |
| HSL | 284.38º | 0.62% | 0.46% | - |
| HSV(B) | 284.38º | 0.76% | 0.75% | - |
| XYZ | 23.48 | 12.41 | 50.45 | - |
| YUV | 93.94 | 182.78 | 170.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 191 | 0.20 | 0.76 | 0 | 0.25 | 284.38 | 0.62 | 0.46 |
| Hex | 99 | 2D | BF | 14 | 4C | 0 | 19 | 11C | 3E | 2E |
| Octal | 231 | 55 | 277 | 24 | 114 | 0 | 31 | 434 | 76 | 56 |
| Binary | 10011001 | 101101 | 10111111 | 10100 | 1001100 | 0 | 11001 | 100011100 | 111110 | 101110 |
Color Harmonies of #992DBF
Complementary color
Monochromatic Colors of #992DBF
Black with #992DBF
Text Example
Text Example
White with #992DBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DBF; }
p { color: rgb(153,45,191); }
H1.HeaderClassName
{
color: #992DBF;
}
.AnyTagClassName
{
color: #992DBF;
}
</style>
background-color css
<style>
a { background-color: #992DBF; }
a { background-color: rgb(153,45,191); }
div.DivClassName
{
background-color: #992DBF;
}
.BgClassName
{
background-color: #992DBF;
}
</style>
border-color css
<style>
span { border-color: #992DBF; }
span { border-color: rgb(153,45,191); }
td.TdClassName
{
border-color: #992DBF;
}
.TagClassName
{
border-color: #992DBF;
}
</style>