Shades of Dark Orchid #9349DC
Tints of Dark Orchid #9349DC
RGB
CMYK
RGB Variations
Color information
#9349DC (or 0x9349DC) is known color: Dark Orchid. HEX triplet: 93, 49 and DC. RGB value is (147,73,220). Sum of RGB (Red+Green+Blue) = 147+73+220=440 (58% of max value = 765). Red value is 147 (57.81% from 255 or 33.41% from 440); Green value is 73 (28.91% from 255 or 16.59% from 440); Blue value is 220 (86.33% from 255 or 50% from 440); Max value from RGB is 220 - color contains mainly: blue. Hex color #9349DC is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349DC is #6CB623. Grayscale: #6F6F6F. Windows color (decimal): -7124516 or 14436755. OLE color: 14436755.
HSL color Cylindrical-coordinate representation of color #9349DC: hue angle of 270.2º degrees, saturation: 0.68, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9349DC is Cyan = 0.33, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 147 | 73 | 220 | - |
| CMYK | 0.33 | 0.67 | 0 | 0.14 |
| HSL | 270.2º | 0.68% | 0.57% | - |
| HSV(B) | 270.2º | 0.67% | 0.86% | - |
| XYZ | 27.33 | 16.14 | 69.38 | - |
| YUV | 111.88 | 189.02 | 153.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 220 | 0.33 | 0.67 | 0 | 0.14 | 270.2 | 0.68 | 0.57 |
| Hex | 93 | 49 | DC | 21 | 43 | 0 | E | 10E | 44 | 39 |
| Octal | 223 | 111 | 334 | 41 | 103 | 0 | 16 | 416 | 104 | 71 |
| Binary | 10010011 | 1001001 | 11011100 | 100001 | 1000011 | 0 | 1110 | 100001110 | 1000100 | 111001 |
Color Harmonies of #9349DC
Complementary color
Monochromatic Colors of #9349DC
Black with #9349DC
Text Example
Text Example
White with #9349DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9349DC; }
p { color: rgb(147,73,220); }
H1.HeaderClassName
{
color: #9349DC;
}
.AnyTagClassName
{
color: #9349DC;
}
</style>
background-color css
<style>
a { background-color: #9349DC; }
a { background-color: rgb(147,73,220); }
div.DivClassName
{
background-color: #9349DC;
}
.BgClassName
{
background-color: #9349DC;
}
</style>
border-color css
<style>
span { border-color: #9349DC; }
span { border-color: rgb(147,73,220); }
td.TdClassName
{
border-color: #9349DC;
}
.TagClassName
{
border-color: #9349DC;
}
</style>