Shades of Dark Orchid #9344D0
Tints of Dark Orchid #9344D0
RGB
CMYK
RGB Variations
Color information
#9344D0 (or 0x9344D0) is known color: Dark Orchid. HEX triplet: 93, 44 and D0. RGB value is (147,68,208). Sum of RGB (Red+Green+Blue) = 147+68+208=423 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.75% from 423); Green value is 68 (26.95% from 255 or 16.08% from 423); Blue value is 208 (81.64% from 255 or 49.17% from 423); Max value from RGB is 208 - color contains mainly: blue. Hex color #9344D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344D0 is #6CBB2F. Grayscale: #6B6B6B. Windows color (decimal): -7125808 or 13649043. OLE color: 13649043.
HSL color Cylindrical-coordinate representation of color #9344D0: hue angle of 273.86º degrees, saturation: 0.6, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9344D0 is Cyan = 0.29, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 68 | 208 | - |
| CMYK | 0.29 | 0.67 | 0 | 0.18 |
| HSL | 273.86º | 0.6% | 0.54% | - |
| HSV(B) | 273.86º | 0.67% | 0.82% | - |
| XYZ | 25.48 | 14.89 | 61.21 | - |
| YUV | 107.58 | 184.67 | 156.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 208 | 0.29 | 0.67 | 0 | 0.18 | 273.86 | 0.6 | 0.54 |
| Hex | 93 | 44 | D0 | 1D | 43 | 0 | 12 | 112 | 3C | 36 |
| Octal | 223 | 104 | 320 | 35 | 103 | 0 | 22 | 422 | 74 | 66 |
| Binary | 10010011 | 1000100 | 11010000 | 11101 | 1000011 | 0 | 10010 | 100010010 | 111100 | 110110 |
Color Harmonies of #9344D0
Complementary color
Monochromatic Colors of #9344D0
Black with #9344D0
Text Example
Text Example
White with #9344D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344D0; }
p { color: rgb(147,68,208); }
H1.HeaderClassName
{
color: #9344D0;
}
.AnyTagClassName
{
color: #9344D0;
}
</style>
background-color css
<style>
a { background-color: #9344D0; }
a { background-color: rgb(147,68,208); }
div.DivClassName
{
background-color: #9344D0;
}
.BgClassName
{
background-color: #9344D0;
}
</style>
border-color css
<style>
span { border-color: #9344D0; }
span { border-color: rgb(147,68,208); }
td.TdClassName
{
border-color: #9344D0;
}
.TagClassName
{
border-color: #9344D0;
}
</style>