Shades of Dark Orchid #9949DB
Tints of Dark Orchid #9949DB
RGB
CMYK
RGB Variations
Color information
#9949DB (or 0x9949DB) is known color: Dark Orchid. HEX triplet: 99, 49 and DB. RGB value is (153,73,219). Sum of RGB (Red+Green+Blue) = 153+73+219=445 (58% of max value = 765). Red value is 153 (60.16% from 255 or 34.38% from 445); Green value is 73 (28.91% from 255 or 16.40% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #9949DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9949DB is #66B624. Grayscale: #717171. Windows color (decimal): -6731301 or 14371225. OLE color: 14371225.
HSL color Cylindrical-coordinate representation of color #9949DB: hue angle of 272.88º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9949DB is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 153 | 73 | 219 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.14 |
| HSL | 272.88º | 0.67% | 0.57% | - |
| HSV(B) | 272.88º | 0.67% | 0.86% | - |
| XYZ | 28.31 | 16.65 | 68.74 | - |
| YUV | 113.56 | 187.5 | 156.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 153 | 73 | 219 | 0.30 | 0.67 | 0 | 0.14 | 272.88 | 0.67 | 0.57 |
| Hex | 99 | 49 | DB | 1E | 43 | 0 | E | 111 | 43 | 39 |
| Octal | 231 | 111 | 333 | 36 | 103 | 0 | 16 | 421 | 103 | 71 |
| Binary | 10011001 | 1001001 | 11011011 | 11110 | 1000011 | 0 | 1110 | 100010001 | 1000011 | 111001 |
Color Harmonies of #9949DB
Complementary color
Monochromatic Colors of #9949DB
Black with #9949DB
Text Example
Text Example
White with #9949DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9949DB; }
p { color: rgb(153,73,219); }
H1.HeaderClassName
{
color: #9949DB;
}
.AnyTagClassName
{
color: #9949DB;
}
</style>
background-color css
<style>
a { background-color: #9949DB; }
a { background-color: rgb(153,73,219); }
div.DivClassName
{
background-color: #9949DB;
}
.BgClassName
{
background-color: #9949DB;
}
</style>
border-color css
<style>
span { border-color: #9949DB; }
span { border-color: rgb(153,73,219); }
td.TdClassName
{
border-color: #9949DB;
}
.TagClassName
{
border-color: #9949DB;
}
</style>