Shades of Dark Orchid #9849DA
Tints of Dark Orchid #9849DA
RGB
CMYK
RGB Variations
Color information
#9849DA (or 0x9849DA) is known color: Dark Orchid. HEX triplet: 98, 49 and DA. RGB value is (152,73,218). Sum of RGB (Red+Green+Blue) = 152+73+218=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 73 (28.91% from 255 or 16.48% from 443); Blue value is 218 (85.55% from 255 or 49.21% from 443); Max value from RGB is 218 - color contains mainly: blue. Hex color #9849DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849DA is #67B625. Grayscale: #707070. Windows color (decimal): -6796838 or 14305688. OLE color: 14305688.
HSL color Cylindrical-coordinate representation of color #9849DA: hue angle of 272.69º degrees, saturation: 0.66, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9849DA is Cyan = 0.30, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 152 | 73 | 218 | - |
| CMYK | 0.30 | 0.67 | 0 | 0.15 |
| HSL | 272.69º | 0.66% | 0.57% | - |
| HSV(B) | 272.69º | 0.67% | 0.85% | - |
| XYZ | 27.99 | 16.5 | 68.04 | - |
| YUV | 113.15 | 187.17 | 155.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 218 | 0.30 | 0.67 | 0 | 0.15 | 272.69 | 0.66 | 0.57 |
| Hex | 98 | 49 | DA | 1E | 43 | 0 | F | 111 | 42 | 39 |
| Octal | 230 | 111 | 332 | 36 | 103 | 0 | 17 | 421 | 102 | 71 |
| Binary | 10011000 | 1001001 | 11011010 | 11110 | 1000011 | 0 | 1111 | 100010001 | 1000010 | 111001 |
Color Harmonies of #9849DA
Complementary color
Monochromatic Colors of #9849DA
Black with #9849DA
Text Example
Text Example
White with #9849DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849DA; }
p { color: rgb(152,73,218); }
H1.HeaderClassName
{
color: #9849DA;
}
.AnyTagClassName
{
color: #9849DA;
}
</style>
background-color css
<style>
a { background-color: #9849DA; }
a { background-color: rgb(152,73,218); }
div.DivClassName
{
background-color: #9849DA;
}
.BgClassName
{
background-color: #9849DA;
}
</style>
border-color css
<style>
span { border-color: #9849DA; }
span { border-color: rgb(152,73,218); }
td.TdClassName
{
border-color: #9849DA;
}
.TagClassName
{
border-color: #9849DA;
}
</style>