Shades of Dark Orchid #9349D0
Tints of Dark Orchid #9349D0
RGB
CMYK
RGB Variations
Color information
#9349D0 (or 0x9349D0) is known color: Dark Orchid. HEX triplet: 93, 49 and D0. RGB value is (147,73,208). Sum of RGB (Red+Green+Blue) = 147+73+208=428 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.35% from 428); Green value is 73 (28.91% from 255 or 17.06% from 428); Blue value is 208 (81.64% from 255 or 48.60% from 428); Max value from RGB is 208 - color contains mainly: blue. Hex color #9349D0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349D0 is #6CB62F. Grayscale: #6E6E6E. Windows color (decimal): -7124528 or 13650323. OLE color: 13650323.
HSL color Cylindrical-coordinate representation of color #9349D0: hue angle of 272.89º degrees, saturation: 0.59, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9349D0 is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 147 | 73 | 208 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.18 |
| HSL | 272.89º | 0.59% | 0.55% | - |
| HSV(B) | 272.89º | 0.65% | 0.82% | - |
| XYZ | 25.8 | 15.52 | 61.31 | - |
| YUV | 110.52 | 183.02 | 154.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 208 | 0.29 | 0.65 | 0 | 0.18 | 272.89 | 0.59 | 0.55 |
| Hex | 93 | 49 | D0 | 1D | 41 | 0 | 12 | 111 | 3B | 37 |
| Octal | 223 | 111 | 320 | 35 | 101 | 0 | 22 | 421 | 73 | 67 |
| Binary | 10010011 | 1001001 | 11010000 | 11101 | 1000001 | 0 | 10010 | 100010001 | 111011 | 110111 |
Color Harmonies of #9349D0
Complementary color
Monochromatic Colors of #9349D0
Black with #9349D0
Text Example
Text Example
White with #9349D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9349D0; }
p { color: rgb(147,73,208); }
H1.HeaderClassName
{
color: #9349D0;
}
.AnyTagClassName
{
color: #9349D0;
}
</style>
background-color css
<style>
a { background-color: #9349D0; }
a { background-color: rgb(147,73,208); }
div.DivClassName
{
background-color: #9349D0;
}
.BgClassName
{
background-color: #9349D0;
}
</style>
border-color css
<style>
span { border-color: #9349D0; }
span { border-color: rgb(147,73,208); }
td.TdClassName
{
border-color: #9349D0;
}
.TagClassName
{
border-color: #9349D0;
}
</style>