Shades of Dark Orchid #992FBC
Tints of Dark Orchid #992FBC
RGB
CMYK
RGB Variations
Color information
#992FBC (or 0x992FBC) is known color: Dark Orchid. HEX triplet: 99, 2F and BC. RGB value is (153,47,188). Sum of RGB (Red+Green+Blue) = 153+47+188=388 (51% of max value = 765). Red value is 153 (60.16% from 255 or 39.43% from 388); Green value is 47 (18.75% from 255 or 12.11% from 388); Blue value is 188 (73.83% from 255 or 48.45% from 388); Max value from RGB is 188 - color contains mainly: blue. Hex color #992FBC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992FBC is #66D043. Grayscale: #5E5E5E. Windows color (decimal): -6737988 or 12332953. OLE color: 12332953.
HSL color Cylindrical-coordinate representation of color #992FBC: hue angle of 285.11º degrees, saturation: 0.6, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #992FBC is Cyan = 0.19, Magento = 0.75, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 153 | 47 | 188 | - |
| CMYK | 0.19 | 0.75 | 0 | 0.26 |
| HSL | 285.11º | 0.6% | 0.46% | - |
| HSV(B) | 285.11º | 0.75% | 0.74% | - |
| XYZ | 23.23 | 12.44 | 48.75 | - |
| YUV | 94.77 | 180.62 | 169.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 47 | 188 | 0.19 | 0.75 | 0 | 0.26 | 285.11 | 0.6 | 0.46 |
| Hex | 99 | 2F | BC | 13 | 4B | 0 | 1A | 11D | 3C | 2E |
| Octal | 231 | 57 | 274 | 23 | 113 | 0 | 32 | 435 | 74 | 56 |
| Binary | 10011001 | 101111 | 10111100 | 10011 | 1001011 | 0 | 11010 | 100011101 | 111100 | 101110 |
Color Harmonies of #992FBC
Complementary color
Monochromatic Colors of #992FBC
Black with #992FBC
Text Example
Text Example
White with #992FBC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992FBC; }
p { color: rgb(153,47,188); }
H1.HeaderClassName
{
color: #992FBC;
}
.AnyTagClassName
{
color: #992FBC;
}
</style>
background-color css
<style>
a { background-color: #992FBC; }
a { background-color: rgb(153,47,188); }
div.DivClassName
{
background-color: #992FBC;
}
.BgClassName
{
background-color: #992FBC;
}
</style>
border-color css
<style>
span { border-color: #992FBC; }
span { border-color: rgb(153,47,188); }
td.TdClassName
{
border-color: #992FBC;
}
.TagClassName
{
border-color: #992FBC;
}
</style>