Shades of Dark Orchid #9844CD
Tints of Dark Orchid #9844CD
RGB
CMYK
RGB Variations
Color information
#9844CD (or 0x9844CD) is known color: Dark Orchid. HEX triplet: 98, 44 and CD. RGB value is (152,68,205). Sum of RGB (Red+Green+Blue) = 152+68+205=425 (56% of max value = 765). Red value is 152 (59.77% from 255 or 35.76% from 425); Green value is 68 (26.95% from 255 or 16% from 425); Blue value is 205 (80.47% from 255 or 48.24% from 425); Max value from RGB is 205 - color contains mainly: blue. Hex color #9844CD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844CD is #67BB32. Grayscale: #6C6C6C. Windows color (decimal): -6798131 or 13452440. OLE color: 13452440.
HSL color Cylindrical-coordinate representation of color #9844CD: hue angle of 276.79º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9844CD is Cyan = 0.26, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 152 | 68 | 205 | - |
| CMYK | 0.26 | 0.67 | 0 | 0.20 |
| HSL | 276.79º | 0.58% | 0.54% | - |
| HSV(B) | 276.79º | 0.67% | 0.8% | - |
| XYZ | 26.04 | 15.22 | 59.32 | - |
| YUV | 108.73 | 182.33 | 158.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 205 | 0.26 | 0.67 | 0 | 0.20 | 276.79 | 0.58 | 0.54 |
| Hex | 98 | 44 | CD | 1A | 43 | 0 | 14 | 115 | 3A | 36 |
| Octal | 230 | 104 | 315 | 32 | 103 | 0 | 24 | 425 | 72 | 66 |
| Binary | 10011000 | 1000100 | 11001101 | 11010 | 1000011 | 0 | 10100 | 100010101 | 111010 | 110110 |
Color Harmonies of #9844CD
Complementary color
Monochromatic Colors of #9844CD
Black with #9844CD
Text Example
Text Example
White with #9844CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9844CD; }
p { color: rgb(152,68,205); }
H1.HeaderClassName
{
color: #9844CD;
}
.AnyTagClassName
{
color: #9844CD;
}
</style>
background-color css
<style>
a { background-color: #9844CD; }
a { background-color: rgb(152,68,205); }
div.DivClassName
{
background-color: #9844CD;
}
.BgClassName
{
background-color: #9844CD;
}
</style>
border-color css
<style>
span { border-color: #9844CD; }
span { border-color: rgb(152,68,205); }
td.TdClassName
{
border-color: #9844CD;
}
.TagClassName
{
border-color: #9844CD;
}
</style>