Shades of Dark Orchid #9349CF
Tints of Dark Orchid #9349CF
RGB
CMYK
RGB Variations
Color information
#9349CF (or 0x9349CF) is known color: Dark Orchid. HEX triplet: 93, 49 and CF. RGB value is (147,73,207). Sum of RGB (Red+Green+Blue) = 147+73+207=427 (56% of max value = 765). Red value is 147 (57.81% from 255 or 34.43% from 427); Green value is 73 (28.91% from 255 or 17.10% from 427); Blue value is 207 (81.25% from 255 or 48.48% from 427); Max value from RGB is 207 - color contains mainly: blue. Hex color #9349CF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9349CF is #6CB630. Grayscale: #6D6D6D. Windows color (decimal): -7124529 or 13584787. OLE color: 13584787.
HSL color Cylindrical-coordinate representation of color #9349CF: hue angle of 273.13º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #9349CF is Cyan = 0.29, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 147 | 73 | 207 | - |
| CMYK | 0.29 | 0.65 | 0 | 0.19 |
| HSL | 273.13º | 0.58% | 0.55% | - |
| HSV(B) | 273.13º | 0.65% | 0.81% | - |
| XYZ | 25.68 | 15.47 | 60.66 | - |
| YUV | 110.4 | 182.52 | 154.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 73 | 207 | 0.29 | 0.65 | 0 | 0.19 | 273.13 | 0.58 | 0.55 |
| Hex | 93 | 49 | CF | 1D | 41 | 0 | 13 | 111 | 3A | 37 |
| Octal | 223 | 111 | 317 | 35 | 101 | 0 | 23 | 421 | 72 | 67 |
| Binary | 10010011 | 1001001 | 11001111 | 11101 | 1000001 | 0 | 10011 | 100010001 | 111010 | 110111 |
Color Harmonies of #9349CF
Complementary color
Monochromatic Colors of #9349CF
Black with #9349CF
Text Example
Text Example
White with #9349CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9349CF; }
p { color: rgb(147,73,207); }
H1.HeaderClassName
{
color: #9349CF;
}
.AnyTagClassName
{
color: #9349CF;
}
</style>
background-color css
<style>
a { background-color: #9349CF; }
a { background-color: rgb(147,73,207); }
div.DivClassName
{
background-color: #9349CF;
}
.BgClassName
{
background-color: #9349CF;
}
</style>
border-color css
<style>
span { border-color: #9349CF; }
span { border-color: rgb(147,73,207); }
td.TdClassName
{
border-color: #9349CF;
}
.TagClassName
{
border-color: #9349CF;
}
</style>