Shades of Dark Orchid #992DDC
Tints of Dark Orchid #992DDC
RGB
CMYK
RGB Variations
Color information
#992DDC (or 0x992DDC) is known color: Dark Orchid. HEX triplet: 99, 2D and DC. RGB value is (153,45,220). Sum of RGB (Red+Green+Blue) = 153+45+220=418 (55% of max value = 765). Red value is 153 (60.16% from 255 or 36.60% from 418); Green value is 45 (17.97% from 255 or 10.77% from 418); Blue value is 220 (86.33% from 255 or 52.63% from 418); Max value from RGB is 220 - color contains mainly: blue. Hex color #992DDC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #992DDC is #66D223. Grayscale: #606060. Windows color (decimal): -6738468 or 14429593. OLE color: 14429593.
HSL color Cylindrical-coordinate representation of color #992DDC: hue angle of 277.03º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #992DDC is Cyan = 0.30, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 45 | 220 | - |
| CMYK | 0.30 | 0.80 | 0 | 0.14 |
| HSL | 277.03º | 0.71% | 0.52% | - |
| HSV(B) | 277.03º | 0.8% | 0.86% | - |
| XYZ | 26.99 | 13.82 | 68.95 | - |
| YUV | 97.24 | 197.28 | 167.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 45 | 220 | 0.30 | 0.80 | 0 | 0.14 | 277.03 | 0.71 | 0.52 |
| Hex | 99 | 2D | DC | 1E | 50 | 0 | E | 115 | 47 | 34 |
| Octal | 231 | 55 | 334 | 36 | 120 | 0 | 16 | 425 | 107 | 64 |
| Binary | 10011001 | 101101 | 11011100 | 11110 | 1010000 | 0 | 1110 | 100010101 | 1000111 | 110100 |
Color Harmonies of #992DDC
Complementary color
Monochromatic Colors of #992DDC
Black with #992DDC
Text Example
Text Example
White with #992DDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #992DDC; }
p { color: rgb(153,45,220); }
H1.HeaderClassName
{
color: #992DDC;
}
.AnyTagClassName
{
color: #992DDC;
}
</style>
background-color css
<style>
a { background-color: #992DDC; }
a { background-color: rgb(153,45,220); }
div.DivClassName
{
background-color: #992DDC;
}
.BgClassName
{
background-color: #992DDC;
}
</style>
border-color css
<style>
span { border-color: #992DDC; }
span { border-color: rgb(153,45,220); }
td.TdClassName
{
border-color: #992DDC;
}
.TagClassName
{
border-color: #992DDC;
}
</style>