Shades of Dark Orchid #9844D3
Tints of Dark Orchid #9844D3
RGB
CMYK
RGB Variations
Color information
#9844D3 (or 0x9844D3) is known color: Dark Orchid. HEX triplet: 98, 44 and D3. RGB value is (152,68,211). Sum of RGB (Red+Green+Blue) = 152+68+211=431 (57% of max value = 765). Red value is 152 (59.77% from 255 or 35.27% from 431); Green value is 68 (26.95% from 255 or 15.78% from 431); Blue value is 211 (82.81% from 255 or 48.96% from 431); Max value from RGB is 211 - color contains mainly: blue. Hex color #9844D3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844D3 is #67BB2C. Grayscale: #6C6C6C. Windows color (decimal): -6798125 or 13845656. OLE color: 13845656.
HSL color Cylindrical-coordinate representation of color #9844D3: hue angle of 275.24º degrees, saturation: 0.62, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #9844D3 is Cyan = 0.28, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 152 | 68 | 211 | - |
| CMYK | 0.28 | 0.68 | 0 | 0.17 |
| HSL | 275.24º | 0.62% | 0.55% | - |
| HSV(B) | 275.24º | 0.68% | 0.83% | - |
| XYZ | 26.77 | 15.51 | 63.21 | - |
| YUV | 109.42 | 185.33 | 158.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 211 | 0.28 | 0.68 | 0 | 0.17 | 275.24 | 0.62 | 0.55 |
| Hex | 98 | 44 | D3 | 1C | 44 | 0 | 11 | 113 | 3E | 37 |
| Octal | 230 | 104 | 323 | 34 | 104 | 0 | 21 | 423 | 76 | 67 |
| Binary | 10011000 | 1000100 | 11010011 | 11100 | 1000100 | 0 | 10001 | 100010011 | 111110 | 110111 |
Color Harmonies of #9844D3
Complementary color
Monochromatic Colors of #9844D3
Black with #9844D3
Text Example
Text Example
White with #9844D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9844D3; }
p { color: rgb(152,68,211); }
H1.HeaderClassName
{
color: #9844D3;
}
.AnyTagClassName
{
color: #9844D3;
}
</style>
background-color css
<style>
a { background-color: #9844D3; }
a { background-color: rgb(152,68,211); }
div.DivClassName
{
background-color: #9844D3;
}
.BgClassName
{
background-color: #9844D3;
}
</style>
border-color css
<style>
span { border-color: #9844D3; }
span { border-color: rgb(152,68,211); }
td.TdClassName
{
border-color: #9844D3;
}
.TagClassName
{
border-color: #9844D3;
}
</style>