Shades of Dark Orchid #9843DB
Tints of Dark Orchid #9843DB
RGB
CMYK
RGB Variations
Color information
#9843DB (or 0x9843DB) is known color: Dark Orchid. HEX triplet: 98, 43 and DB. RGB value is (152,67,219). Sum of RGB (Red+Green+Blue) = 152+67+219=438 (58% of max value = 765). Red value is 152 (59.77% from 255 or 34.70% from 438); Green value is 67 (26.56% from 255 or 15.30% from 438); Blue value is 219 (85.94% from 255 or 50% from 438); Max value from RGB is 219 - color contains mainly: blue. Hex color #9843DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9843DB is #67BC24. Grayscale: #6D6D6D. Windows color (decimal): -6798373 or 14369688. OLE color: 14369688.
HSL color Cylindrical-coordinate representation of color #9843DB: hue angle of 273.55º 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 #9843DB is Cyan = 0.31, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 152 | 67 | 219 | - |
| CMYK | 0.31 | 0.69 | 0 | 0.14 |
| HSL | 273.55º | 0.68% | 0.56% | - |
| HSV(B) | 273.55º | 0.69% | 0.86% | - |
| XYZ | 27.74 | 15.8 | 68.61 | - |
| YUV | 109.74 | 189.66 | 158.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 152 | 67 | 219 | 0.31 | 0.69 | 0 | 0.14 | 273.55 | 0.68 | 0.56 |
| Hex | 98 | 43 | DB | 1F | 45 | 0 | E | 112 | 44 | 38 |
| Octal | 230 | 103 | 333 | 37 | 105 | 0 | 16 | 422 | 104 | 70 |
| Binary | 10011000 | 1000011 | 11011011 | 11111 | 1000101 | 0 | 1110 | 100010010 | 1000100 | 111000 |
Color Harmonies of #9843DB
Complementary color
Monochromatic Colors of #9843DB
Black with #9843DB
Text Example
Text Example
White with #9843DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9843DB; }
p { color: rgb(152,67,219); }
H1.HeaderClassName
{
color: #9843DB;
}
.AnyTagClassName
{
color: #9843DB;
}
</style>
background-color css
<style>
a { background-color: #9843DB; }
a { background-color: rgb(152,67,219); }
div.DivClassName
{
background-color: #9843DB;
}
.BgClassName
{
background-color: #9843DB;
}
</style>
border-color css
<style>
span { border-color: #9843DB; }
span { border-color: rgb(152,67,219); }
td.TdClassName
{
border-color: #9843DB;
}
.TagClassName
{
border-color: #9843DB;
}
</style>