Shades of Dark Orchid #9344DB
Tints of Dark Orchid #9344DB
RGB
CMYK
RGB Variations
Color information
#9344DB (or 0x9344DB) is known color: Dark Orchid. HEX triplet: 93, 44 and DB. RGB value is (147,68,219). Sum of RGB (Red+Green+Blue) = 147+68+219=434 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.87% from 434); Green value is 68 (26.95% from 255 or 15.67% from 434); Blue value is 219 (85.94% from 255 or 50.46% from 434); Max value from RGB is 219 - color contains mainly: blue. Hex color #9344DB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344DB is #6CBB24. Grayscale: #6C6C6C. Windows color (decimal): -7125797 or 14369939. OLE color: 14369939.
HSL color Cylindrical-coordinate representation of color #9344DB: hue angle of 271.39º 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 #9344DB is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 68 | 219 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.14 |
| HSL | 271.39º | 0.68% | 0.56% | - |
| HSV(B) | 271.39º | 0.69% | 0.86% | - |
| XYZ | 26.89 | 15.45 | 68.58 | - |
| YUV | 108.84 | 190.17 | 155.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 219 | 0.33 | 0.69 | 0 | 0.14 | 271.39 | 0.68 | 0.56 |
| Hex | 93 | 44 | DB | 21 | 45 | 0 | E | 10F | 44 | 38 |
| Octal | 223 | 104 | 333 | 41 | 105 | 0 | 16 | 417 | 104 | 70 |
| Binary | 10010011 | 1000100 | 11011011 | 100001 | 1000101 | 0 | 1110 | 100001111 | 1000100 | 111000 |
Color Harmonies of #9344DB
Complementary color
Monochromatic Colors of #9344DB
Black with #9344DB
Text Example
Text Example
White with #9344DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344DB; }
p { color: rgb(147,68,219); }
H1.HeaderClassName
{
color: #9344DB;
}
.AnyTagClassName
{
color: #9344DB;
}
</style>
background-color css
<style>
a { background-color: #9344DB; }
a { background-color: rgb(147,68,219); }
div.DivClassName
{
background-color: #9344DB;
}
.BgClassName
{
background-color: #9344DB;
}
</style>
border-color css
<style>
span { border-color: #9344DB; }
span { border-color: rgb(147,68,219); }
td.TdClassName
{
border-color: #9344DB;
}
.TagClassName
{
border-color: #9344DB;
}
</style>