Shades of Dark Orchid #9848DF
Tints of Dark Orchid #9848DF
RGB
CMYK
RGB Variations
Color information
#9848DF (or 0x9848DF) is known color: Dark Orchid. HEX triplet: 98, 48 and DF. RGB value is (152,72,223). Sum of RGB (Red+Green+Blue) = 152+72+223=447 (59% of max value = 765). Red value is 152 (59.77% from 255 or 34.00% from 447); Green value is 72 (28.52% from 255 or 16.11% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #9848DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9848DF is #67B720. Grayscale: #707070. Windows color (decimal): -6797089 or 14633112. OLE color: 14633112.
HSL color Cylindrical-coordinate representation of color #9848DF: hue angle of 271.79º degrees, saturation: 0.7, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9848DF is Cyan = 0.32, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 72 | 223 | - |
| CMYK | 0.32 | 0.68 | 0 | 0.13 |
| HSL | 271.79º | 0.7% | 0.58% | - |
| HSV(B) | 271.79º | 0.68% | 0.87% | - |
| XYZ | 28.59 | 16.64 | 71.52 | - |
| YUV | 113.13 | 190 | 155.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 72 | 223 | 0.32 | 0.68 | 0 | 0.13 | 271.79 | 0.7 | 0.58 |
| Hex | 98 | 48 | DF | 20 | 44 | 0 | D | 110 | 46 | 3A |
| Octal | 230 | 110 | 337 | 40 | 104 | 0 | 15 | 420 | 106 | 72 |
| Binary | 10011000 | 1001000 | 11011111 | 100000 | 1000100 | 0 | 1101 | 100010000 | 1000110 | 111010 |
Color Harmonies of #9848DF
Complementary color
Monochromatic Colors of #9848DF
Black with #9848DF
Text Example
Text Example
White with #9848DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9848DF; }
p { color: rgb(152,72,223); }
H1.HeaderClassName
{
color: #9848DF;
}
.AnyTagClassName
{
color: #9848DF;
}
</style>
background-color css
<style>
a { background-color: #9848DF; }
a { background-color: rgb(152,72,223); }
div.DivClassName
{
background-color: #9848DF;
}
.BgClassName
{
background-color: #9848DF;
}
</style>
border-color css
<style>
span { border-color: #9848DF; }
span { border-color: rgb(152,72,223); }
td.TdClassName
{
border-color: #9848DF;
}
.TagClassName
{
border-color: #9848DF;
}
</style>