Shades of Dark Orchid #992DB8
Tints of Dark Orchid #992DB8
RGB
CMYK
RGB Variations
Color information
#992DB8 (or 0x992DB8) is known color: Dark Orchid. HEX triplet: 99, 2D and B8. RGB value is (153,45,184). Sum of RGB (Red+Green+Blue) = 153+45+184=382 (50% of max value = 765). Red value is 153 (60.16% from 255 or 40.05% from 382); Green value is 45 (17.97% from 255 or 11.78% from 382); Blue value is 184 (72.27% from 255 or 48.17% from 382); Max value from RGB is 184 - color contains mainly: blue. Hex color #992DB8 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DB8 is #66D247. Grayscale: #5C5C5C. Windows color (decimal): -6738504 or 12070297. OLE color: 12070297.
HSL color Cylindrical-coordinate representation of color #992DB8: hue angle of 286.62º degrees, saturation: 0.61, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #992DB8 is Cyan = 0.17, Magento = 0.76, Yellow = 0 and Black (K on CMYK) = 0.28.
Color convert
| RGB | 153 | 45 | 184 | - |
| CMYK | 0.17 | 0.76 | 0 | 0.28 |
| HSL | 286.62º | 0.61% | 0.45% | - |
| HSV(B) | 286.62º | 0.76% | 0.72% | - |
| XYZ | 22.73 | 12.11 | 46.49 | - |
| YUV | 93.14 | 179.28 | 170.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 184 | 0.17 | 0.76 | 0 | 0.28 | 286.62 | 0.61 | 0.45 |
| Hex | 99 | 2D | B8 | 11 | 4C | 0 | 1C | 11F | 3D | 2D |
| Octal | 231 | 55 | 270 | 21 | 114 | 0 | 34 | 437 | 75 | 55 |
| Binary | 10011001 | 101101 | 10111000 | 10001 | 1001100 | 0 | 11100 | 100011111 | 111101 | 101101 |
Color Harmonies of #992DB8
Complementary color
Monochromatic Colors of #992DB8
Black with #992DB8
Text Example
Text Example
White with #992DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DB8; }
p { color: rgb(153,45,184); }
H1.HeaderClassName
{
color: #992DB8;
}
.AnyTagClassName
{
color: #992DB8;
}
</style>
background-color css
<style>
a { background-color: #992DB8; }
a { background-color: rgb(153,45,184); }
div.DivClassName
{
background-color: #992DB8;
}
.BgClassName
{
background-color: #992DB8;
}
</style>
border-color css
<style>
span { border-color: #992DB8; }
span { border-color: rgb(153,45,184); }
td.TdClassName
{
border-color: #992DB8;
}
.TagClassName
{
border-color: #992DB8;
}
</style>