Shades of Dark Orchid #9849D4
Tints of Dark Orchid #9849D4
RGB
CMYK
RGB Variations
Color information
#9849D4 (or 0x9849D4) is known color: Dark Orchid. HEX triplet: 98, 49 and D4. RGB value is (152,73,212). Sum of RGB (Red+Green+Blue) = 152+73+212=437 (57% of max value = 765). Red value is 152 (59.77% from 255 or 34.78% from 437); Green value is 73 (28.91% from 255 or 16.70% from 437); Blue value is 212 (83.20% from 255 or 48.51% from 437); Max value from RGB is 212 - color contains mainly: blue. Hex color #9849D4 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9849D4 is #67B62B. Grayscale: #6F6F6F. Windows color (decimal): -6796844 or 13912472. OLE color: 13912472.
HSL color Cylindrical-coordinate representation of color #9849D4: hue angle of 274.1º degrees, saturation: 0.62, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9849D4 is Cyan = 0.28, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 73 | 212 | - |
| CMYK | 0.28 | 0.66 | 0 | 0.17 |
| HSL | 274.1º | 0.62% | 0.56% | - |
| HSV(B) | 274.1º | 0.66% | 0.83% | - |
| XYZ | 27.22 | 16.19 | 63.98 | - |
| YUV | 112.47 | 184.17 | 156.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 73 | 212 | 0.28 | 0.66 | 0 | 0.17 | 274.1 | 0.62 | 0.56 |
| Hex | 98 | 49 | D4 | 1C | 42 | 0 | 11 | 112 | 3E | 38 |
| Octal | 230 | 111 | 324 | 34 | 102 | 0 | 21 | 422 | 76 | 70 |
| Binary | 10011000 | 1001001 | 11010100 | 11100 | 1000010 | 0 | 10001 | 100010010 | 111110 | 111000 |
Color Harmonies of #9849D4
Complementary color
Monochromatic Colors of #9849D4
Black with #9849D4
Text Example
Text Example
White with #9849D4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9849D4; }
p { color: rgb(152,73,212); }
H1.HeaderClassName
{
color: #9849D4;
}
.AnyTagClassName
{
color: #9849D4;
}
</style>
background-color css
<style>
a { background-color: #9849D4; }
a { background-color: rgb(152,73,212); }
div.DivClassName
{
background-color: #9849D4;
}
.BgClassName
{
background-color: #9849D4;
}
</style>
border-color css
<style>
span { border-color: #9849D4; }
span { border-color: rgb(152,73,212); }
td.TdClassName
{
border-color: #9849D4;
}
.TagClassName
{
border-color: #9849D4;
}
</style>