Shades of Dark Orchid #992DD5
Tints of Dark Orchid #992DD5
RGB
CMYK
RGB Variations
Color information
#992DD5 (or 0x992DD5) is known color: Dark Orchid. HEX triplet: 99, 2D and D5. RGB value is (153,45,213). Sum of RGB (Red+Green+Blue) = 153+45+213=411 (54% of max value = 765). Red value is 153 (60.16% from 255 or 37.23% from 411); Green value is 45 (17.97% from 255 or 10.95% from 411); Blue value is 213 (83.59% from 255 or 51.82% from 411); Max value from RGB is 213 - color contains mainly: blue. Hex color #992DD5 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DD5 is #66D22A. Grayscale: #5F5F5F. Windows color (decimal): -6738475 or 13970841. OLE color: 13970841.
HSL color Cylindrical-coordinate representation of color #992DD5: hue angle of 278.57º degrees, saturation: 0.67, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #992DD5 is Cyan = 0.28, Magento = 0.79, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 153 | 45 | 213 | - |
| CMYK | 0.28 | 0.79 | 0 | 0.16 |
| HSL | 278.57º | 0.67% | 0.51% | - |
| HSV(B) | 278.57º | 0.79% | 0.84% | - |
| XYZ | 26.09 | 13.45 | 64.17 | - |
| YUV | 96.44 | 193.78 | 168.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 213 | 0.28 | 0.79 | 0 | 0.16 | 278.57 | 0.67 | 0.51 |
| Hex | 99 | 2D | D5 | 1C | 4F | 0 | 10 | 117 | 43 | 33 |
| Octal | 231 | 55 | 325 | 34 | 117 | 0 | 20 | 427 | 103 | 63 |
| Binary | 10011001 | 101101 | 11010101 | 11100 | 1001111 | 0 | 10000 | 100010111 | 1000011 | 110011 |
Color Harmonies of #992DD5
Complementary color
Monochromatic Colors of #992DD5
Black with #992DD5
Text Example
Text Example
White with #992DD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DD5; }
p { color: rgb(153,45,213); }
H1.HeaderClassName
{
color: #992DD5;
}
.AnyTagClassName
{
color: #992DD5;
}
</style>
background-color css
<style>
a { background-color: #992DD5; }
a { background-color: rgb(153,45,213); }
div.DivClassName
{
background-color: #992DD5;
}
.BgClassName
{
background-color: #992DD5;
}
</style>
border-color css
<style>
span { border-color: #992DD5; }
span { border-color: rgb(153,45,213); }
td.TdClassName
{
border-color: #992DD5;
}
.TagClassName
{
border-color: #992DD5;
}
</style>