Shades of Dark Orchid #9845DF
Tints of Dark Orchid #9845DF
RGB
CMYK
RGB Variations
Color information
#9845DF (or 0x9845DF) is known color: Dark Orchid. HEX triplet: 98, 45 and DF. RGB value is (152,69,223). Sum of RGB (Red+Green+Blue) = 152+69+223=444 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.23% from 444); Green value is 69 (27.34% from 255 or 15.54% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #9845DF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845DF is #67BA20. Grayscale: #6E6E6E. Windows color (decimal): -6797857 or 14632344. OLE color: 14632344.
HSL color Cylindrical-coordinate representation of color #9845DF: hue angle of 272.34º degrees, saturation: 0.71, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9845DF is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 69 | 223 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.13 |
| HSL | 272.34º | 0.71% | 0.57% | - |
| HSV(B) | 272.34º | 0.69% | 0.87% | - |
| XYZ | 28.4 | 16.26 | 71.45 | - |
| YUV | 111.37 | 191 | 156.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 223 | 0.32 | 0.69 | 0 | 0.13 | 272.34 | 0.71 | 0.57 |
| Hex | 98 | 45 | DF | 20 | 45 | 0 | D | 110 | 47 | 39 |
| Octal | 230 | 105 | 337 | 40 | 105 | 0 | 15 | 420 | 107 | 71 |
| Binary | 10011000 | 1000101 | 11011111 | 100000 | 1000101 | 0 | 1101 | 100010000 | 1000111 | 111001 |
Color Harmonies of #9845DF
Complementary color
Monochromatic Colors of #9845DF
Black with #9845DF
Text Example
Text Example
White with #9845DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845DF; }
p { color: rgb(152,69,223); }
H1.HeaderClassName
{
color: #9845DF;
}
.AnyTagClassName
{
color: #9845DF;
}
</style>
background-color css
<style>
a { background-color: #9845DF; }
a { background-color: rgb(152,69,223); }
div.DivClassName
{
background-color: #9845DF;
}
.BgClassName
{
background-color: #9845DF;
}
</style>
border-color css
<style>
span { border-color: #9845DF; }
span { border-color: rgb(152,69,223); }
td.TdClassName
{
border-color: #9845DF;
}
.TagClassName
{
border-color: #9845DF;
}
</style>