Shades of Dark Orchid #9342C9
Tints of Dark Orchid #9342C9
RGB
CMYK
RGB Variations
Color information
#9342C9 (or 0x9342C9) is known color: Dark Orchid. HEX triplet: 93, 42 and C9. RGB value is (147,66,201). Sum of RGB (Red+Green+Blue) = 147+66+201=414 (54% of max value = 765). Red value is 147 (57.81% from 255 or 35.51% from 414); Green value is 66 (26.17% from 255 or 15.94% from 414); Blue value is 201 (78.91% from 255 or 48.55% from 414); Max value from RGB is 201 - color contains mainly: blue. Hex color #9342C9 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9342C9 is #6CBD36. Grayscale: #696969. Windows color (decimal): -7126327 or 13189779. OLE color: 13189779.
HSL color Cylindrical-coordinate representation of color #9342C9: hue angle of 276º degrees, saturation: 0.56, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9342C9 is Cyan = 0.27, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.21.
Color convert
| RGB | 147 | 66 | 201 | - |
| CMYK | 0.27 | 0.67 | 0 | 0.21 |
| HSL | 276º | 0.56% | 0.52% | - |
| HSV(B) | 276º | 0.67% | 0.79% | - |
| XYZ | 24.52 | 14.32 | 56.73 | - |
| YUV | 105.61 | 181.84 | 157.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 66 | 201 | 0.27 | 0.67 | 0 | 0.21 | 276 | 0.56 | 0.52 |
| Hex | 93 | 42 | C9 | 1B | 43 | 0 | 15 | 114 | 38 | 34 |
| Octal | 223 | 102 | 311 | 33 | 103 | 0 | 25 | 424 | 70 | 64 |
| Binary | 10010011 | 1000010 | 11001001 | 11011 | 1000011 | 0 | 10101 | 100010100 | 111000 | 110100 |
Color Harmonies of #9342C9
Complementary color
Monochromatic Colors of #9342C9
Black with #9342C9
Text Example
Text Example
White with #9342C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9342C9; }
p { color: rgb(147,66,201); }
H1.HeaderClassName
{
color: #9342C9;
}
.AnyTagClassName
{
color: #9342C9;
}
</style>
background-color css
<style>
a { background-color: #9342C9; }
a { background-color: rgb(147,66,201); }
div.DivClassName
{
background-color: #9342C9;
}
.BgClassName
{
background-color: #9342C9;
}
</style>
border-color css
<style>
span { border-color: #9342C9; }
span { border-color: rgb(147,66,201); }
td.TdClassName
{
border-color: #9342C9;
}
.TagClassName
{
border-color: #9342C9;
}
</style>