Shades of Dark Orchid #9845DE
Tints of Dark Orchid #9845DE
RGB
CMYK
RGB Variations
Color information
#9845DE (or 0x9845DE) is known color: Dark Orchid. HEX triplet: 98, 45 and DE. RGB value is (152,69,222). Sum of RGB (Red+Green+Blue) = 152+69+222=443 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.31% from 443); Green value is 69 (27.34% from 255 or 15.58% from 443); Blue value is 222 (87.11% from 255 or 50.11% from 443); Max value from RGB is 222 - color contains mainly: blue. Hex color #9845DE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9845DE is #67BA21. Grayscale: #6E6E6E. Windows color (decimal): -6797858 or 14566808. OLE color: 14566808.
HSL color Cylindrical-coordinate representation of color #9845DE: hue angle of 272.55º degrees, saturation: 0.7, 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 #9845DE is Cyan = 0.32, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 152 | 69 | 222 | - |
| CMYK | 0.32 | 0.69 | 0 | 0.13 |
| HSL | 272.55º | 0.7% | 0.57% | - |
| HSV(B) | 272.55º | 0.69% | 0.87% | - |
| XYZ | 28.26 | 16.21 | 70.75 | - |
| YUV | 111.26 | 190.5 | 157.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 69 | 222 | 0.32 | 0.69 | 0 | 0.13 | 272.55 | 0.7 | 0.57 |
| Hex | 98 | 45 | DE | 20 | 45 | 0 | D | 111 | 46 | 39 |
| Octal | 230 | 105 | 336 | 40 | 105 | 0 | 15 | 421 | 106 | 71 |
| Binary | 10011000 | 1000101 | 11011110 | 100000 | 1000101 | 0 | 1101 | 100010001 | 1000110 | 111001 |
Color Harmonies of #9845DE
Complementary color
Monochromatic Colors of #9845DE
Black with #9845DE
Text Example
Text Example
White with #9845DE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9845DE; }
p { color: rgb(152,69,222); }
H1.HeaderClassName
{
color: #9845DE;
}
.AnyTagClassName
{
color: #9845DE;
}
</style>
background-color css
<style>
a { background-color: #9845DE; }
a { background-color: rgb(152,69,222); }
div.DivClassName
{
background-color: #9845DE;
}
.BgClassName
{
background-color: #9845DE;
}
</style>
border-color css
<style>
span { border-color: #9845DE; }
span { border-color: rgb(152,69,222); }
td.TdClassName
{
border-color: #9845DE;
}
.TagClassName
{
border-color: #9845DE;
}
</style>