Shades of Dark Orchid #9844DB
Tints of Dark Orchid #9844DB
RGB
CMYK
RGB Variations
Color information
#9844DB (or 0x9844DB) is known color: Dark Orchid. HEX triplet: 98, 44 and DB. RGB value is (152,68,219). Sum of RGB (Red+Green+Blue) = 152+68+219=439 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.62% from 439); Green value is 68 (26.95% from 255 or 15.49% from 439); Blue value is 219 (85.94% from 255 or 49.89% from 439); Max value from RGB is 219 - color contains mainly: blue. Hex color #9844DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9844DB is #67BB24. Grayscale: #6D6D6D. Windows color (decimal): -6798117 or 14369944. OLE color: 14369944.
HSL color Cylindrical-coordinate representation of color #9844DB: hue angle of 273.38º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9844DB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 68 | 219 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.14 |
| HSL | 273.38º | 0.68% | 0.56% | - |
| HSV(B) | 273.38º | 0.69% | 0.86% | - |
| XYZ | 27.8 | 15.92 | 68.63 | - |
| YUV | 110.33 | 189.33 | 157.72 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 68 | 219 | 0.31 | 0.69 | 0 | 0.14 | 273.38 | 0.68 | 0.56 |
| Hex | 98 | 44 | DB | 1F | 45 | 0 | E | 111 | 44 | 38 |
| Octal | 230 | 104 | 333 | 37 | 105 | 0 | 16 | 421 | 104 | 70 |
| Binary | 10011000 | 1000100 | 11011011 | 11111 | 1000101 | 0 | 1110 | 100010001 | 1000100 | 111000 |
Color Harmonies of #9844DB
Complementary color
Monochromatic Colors of #9844DB
Black with #9844DB
Text Example
Text Example
White with #9844DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9844DB; }
p { color: rgb(152,68,219); }
H1.HeaderClassName
{
color: #9844DB;
}
.AnyTagClassName
{
color: #9844DB;
}
</style>
background-color css
<style>
a { background-color: #9844DB; }
a { background-color: rgb(152,68,219); }
div.DivClassName
{
background-color: #9844DB;
}
.BgClassName
{
background-color: #9844DB;
}
</style>
border-color css
<style>
span { border-color: #9844DB; }
span { border-color: rgb(152,68,219); }
td.TdClassName
{
border-color: #9844DB;
}
.TagClassName
{
border-color: #9844DB;
}
</style>