Shades of Dark Orchid #9849DB
Tints of Dark Orchid #9849DB
RGB
CMYK
RGB Variations
Color information
#9849DB (or 0x9849DB) is known color: Dark Orchid. HEX triplet: 98, 49 and DB. RGB value is (152,73,219). Sum of RGB (Red+Green+Blue) = 152+73+219=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 73 (28.91% from 255 or 16.44% from 444); Blue value is 219 (85.94% from 255 or 49.32% from 444); Max value from RGB is 219 - color contains mainly: blue. Hex color #9849DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849DB is #67B624. Grayscale: #707070. Windows color (decimal): -6796837 or 14371224. OLE color: 14371224.
HSL color Cylindrical-coordinate representation of color #9849DB: hue angle of 272.47º 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 #9849DB is Cyan = 0.31, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 73 | 219 | - |
| CMYK | 0.31 | 0.67 | 0 | 0.14 |
| HSL | 272.47º | 0.67% | 0.57% | - |
| HSV(B) | 272.47º | 0.67% | 0.86% | - |
| XYZ | 28.12 | 16.55 | 68.73 | - |
| YUV | 113.27 | 187.67 | 155.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 219 | 0.31 | 0.67 | 0 | 0.14 | 272.47 | 0.67 | 0.57 |
| Hex | 98 | 49 | DB | 1F | 43 | 0 | E | 110 | 43 | 39 |
| Octal | 230 | 111 | 333 | 37 | 103 | 0 | 16 | 420 | 103 | 71 |
| Binary | 10011000 | 1001001 | 11011011 | 11111 | 1000011 | 0 | 1110 | 100010000 | 1000011 | 111001 |
Color Harmonies of #9849DB
Complementary color
Monochromatic Colors of #9849DB
Black with #9849DB
Text Example
Text Example
White with #9849DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849DB; }
p { color: rgb(152,73,219); }
H1.HeaderClassName
{
color: #9849DB;
}
.AnyTagClassName
{
color: #9849DB;
}
</style>
background-color css
<style>
a { background-color: #9849DB; }
a { background-color: rgb(152,73,219); }
div.DivClassName
{
background-color: #9849DB;
}
.BgClassName
{
background-color: #9849DB;
}
</style>
border-color css
<style>
span { border-color: #9849DB; }
span { border-color: rgb(152,73,219); }
td.TdClassName
{
border-color: #9849DB;
}
.TagClassName
{
border-color: #9849DB;
}
</style>