Shades of Dark Orchid #9344DA
Tints of Dark Orchid #9344DA
RGB
CMYK
RGB Variations
Color information
#9344DA (or 0x9344DA) is known color: Dark Orchid. HEX triplet: 93, 44 and DA. RGB value is (147,68,218). Sum of RGB (Red+Green+Blue) = 147+68+218=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 68 (26.95% from 255 or 15.70% from 433); Blue value is 218 (85.55% from 255 or 50.35% from 433); Max value from RGB is 218 - color contains mainly: blue. Hex color #9344DA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9344DA is #6CBB25. Grayscale: #6C6C6C. Windows color (decimal): -7125798 or 14304403. OLE color: 14304403.
HSL color Cylindrical-coordinate representation of color #9344DA: hue angle of 271.6º degrees, saturation: 0.67, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9344DA is Cyan = 0.33, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 147 | 68 | 218 | - |
| CMYK | 0.33 | 0.69 | 0 | 0.15 |
| HSL | 271.6º | 0.67% | 0.56% | - |
| HSV(B) | 271.6º | 0.69% | 0.85% | - |
| XYZ | 26.75 | 15.4 | 67.89 | - |
| YUV | 108.72 | 189.67 | 155.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 68 | 218 | 0.33 | 0.69 | 0 | 0.15 | 271.6 | 0.67 | 0.56 |
| Hex | 93 | 44 | DA | 21 | 45 | 0 | F | 110 | 43 | 38 |
| Octal | 223 | 104 | 332 | 41 | 105 | 0 | 17 | 420 | 103 | 70 |
| Binary | 10010011 | 1000100 | 11011010 | 100001 | 1000101 | 0 | 1111 | 100010000 | 1000011 | 111000 |
Color Harmonies of #9344DA
Complementary color
Monochromatic Colors of #9344DA
Black with #9344DA
Text Example
Text Example
White with #9344DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9344DA; }
p { color: rgb(147,68,218); }
H1.HeaderClassName
{
color: #9344DA;
}
.AnyTagClassName
{
color: #9344DA;
}
</style>
background-color css
<style>
a { background-color: #9344DA; }
a { background-color: rgb(147,68,218); }
div.DivClassName
{
background-color: #9344DA;
}
.BgClassName
{
background-color: #9344DA;
}
</style>
border-color css
<style>
span { border-color: #9344DA; }
span { border-color: rgb(147,68,218); }
td.TdClassName
{
border-color: #9344DA;
}
.TagClassName
{
border-color: #9344DA;
}
</style>