Shades of Dark Orchid #9343C9
Tints of Dark Orchid #9343C9
RGB
CMYK
RGB Variations
Color information
#9343C9 (or 0x9343C9) is known color: Dark Orchid. HEX triplet: 93, 43 and C9. RGB value is (147,67,201). Sum of RGB (Red+Green+Blue) = 147+67+201=415 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.42% from 415); Green value is 67 (26.56% from 255 or 16.14% from 415); Blue value is 201 (78.91% from 255 or 48.43% from 415); Max value from RGB is 201 - color contains mainly: blue. Hex color #9343C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9343C9 is #6CBC36. Grayscale: #696969. Windows color (decimal): -7126071 or 13190035. OLE color: 13190035.
HSL color Cylindrical-coordinate representation of color #9343C9: hue angle of 275.82º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9343C9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 67 | 201 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.21 |
| HSL | 275.82º | 0.55% | 0.53% | - |
| HSV(B) | 275.82º | 0.67% | 0.79% | - |
| XYZ | 24.58 | 14.43 | 56.75 | - |
| YUV | 106.2 | 181.5 | 157.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 67 | 201 | 0.27 | 0.67 | 0 | 0.21 | 275.82 | 0.55 | 0.53 |
| Hex | 93 | 43 | C9 | 1B | 43 | 0 | 15 | 114 | 37 | 35 |
| Octal | 223 | 103 | 311 | 33 | 103 | 0 | 25 | 424 | 67 | 65 |
| Binary | 10010011 | 1000011 | 11001001 | 11011 | 1000011 | 0 | 10101 | 100010100 | 110111 | 110101 |
Color Harmonies of #9343C9
Complementary color
Monochromatic Colors of #9343C9
Black with #9343C9
Text Example
Text Example
White with #9343C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9343C9; }
p { color: rgb(147,67,201); }
H1.HeaderClassName
{
color: #9343C9;
}
.AnyTagClassName
{
color: #9343C9;
}
</style>
background-color css
<style>
a { background-color: #9343C9; }
a { background-color: rgb(147,67,201); }
div.DivClassName
{
background-color: #9343C9;
}
.BgClassName
{
background-color: #9343C9;
}
</style>
border-color css
<style>
span { border-color: #9343C9; }
span { border-color: rgb(147,67,201); }
td.TdClassName
{
border-color: #9343C9;
}
.TagClassName
{
border-color: #9343C9;
}
</style>