Shades of Dark Orchid #9348D6
Tints of Dark Orchid #9348D6
RGB
CMYK
RGB Variations
Color information
#9348D6 (or 0x9348D6) is known color: Dark Orchid. HEX triplet: 93, 48 and D6. RGB value is (147,72,214). Sum of RGB (Red+Green+Blue) = 147+72+214=433 (57% of max value = 765). Red value is 147 (57.81% from 255 or 33.95% from 433); Green value is 72 (28.52% from 255 or 16.63% from 433); Blue value is 214 (83.98% from 255 or 49.42% from 433); Max value from RGB is 214 - color contains mainly: blue. Hex color #9348D6 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9348D6 is #6CB729. Grayscale: #6E6E6E. Windows color (decimal): -7124778 or 14043283. OLE color: 14043283.
HSL color Cylindrical-coordinate representation of color #9348D6: hue angle of 271.69º degrees, saturation: 0.63, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9348D6 is Cyan = 0.31, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 147 | 72 | 214 | - |
| CMYK | 0.31 | 0.66 | 0 | 0.16 |
| HSL | 271.69º | 0.63% | 0.56% | - |
| HSV(B) | 271.69º | 0.66% | 0.84% | - |
| XYZ | 26.49 | 15.69 | 65.25 | - |
| YUV | 110.61 | 186.35 | 153.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 72 | 214 | 0.31 | 0.66 | 0 | 0.16 | 271.69 | 0.63 | 0.56 |
| Hex | 93 | 48 | D6 | 1F | 42 | 0 | 10 | 110 | 3F | 38 |
| Octal | 223 | 110 | 326 | 37 | 102 | 0 | 20 | 420 | 77 | 70 |
| Binary | 10010011 | 1001000 | 11010110 | 11111 | 1000010 | 0 | 10000 | 100010000 | 111111 | 111000 |
Color Harmonies of #9348D6
Complementary color
Monochromatic Colors of #9348D6
Black with #9348D6
Text Example
Text Example
White with #9348D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9348D6; }
p { color: rgb(147,72,214); }
H1.HeaderClassName
{
color: #9348D6;
}
.AnyTagClassName
{
color: #9348D6;
}
</style>
background-color css
<style>
a { background-color: #9348D6; }
a { background-color: rgb(147,72,214); }
div.DivClassName
{
background-color: #9348D6;
}
.BgClassName
{
background-color: #9348D6;
}
</style>
border-color css
<style>
span { border-color: #9348D6; }
span { border-color: rgb(147,72,214); }
td.TdClassName
{
border-color: #9348D6;
}
.TagClassName
{
border-color: #9348D6;
}
</style>