Shades of Dark Orchid #9340C2
Tints of Dark Orchid #9340C2
RGB
CMYK
RGB Variations
Color information
#9340C2 (or 0x9340C2) is known color: Dark Orchid. HEX triplet: 93, 40 and C2. RGB value is (147,64,194). Sum of RGB (Red+Green+Blue) = 147+64+194=405 (53% of max value = 765). Red value is 147 (57.81% from 255 or 36.30% from 405); Green value is 64 (25.39% from 255 or 15.80% from 405); Blue value is 194 (76.17% from 255 or 47.90% from 405); Max value from RGB is 194 - color contains mainly: blue. Hex color #9340C2 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9340C2 is #6CBF3D. Grayscale: #676767. Windows color (decimal): -7126846 or 12730515. OLE color: 12730515.
HSL color Cylindrical-coordinate representation of color #9340C2: hue angle of 278.31º degrees, saturation: 0.52, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #9340C2 is Cyan = 0.24, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 64 | 194 | - |
| CMYK | 0.24 | 0.67 | 0 | 0.24 |
| HSL | 278.31º | 0.52% | 0.51% | - |
| HSV(B) | 278.31º | 0.67% | 0.76% | - |
| XYZ | 23.6 | 13.76 | 52.45 | - |
| YUV | 103.64 | 179 | 158.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 64 | 194 | 0.24 | 0.67 | 0 | 0.24 | 278.31 | 0.52 | 0.51 |
| Hex | 93 | 40 | C2 | 18 | 43 | 0 | 18 | 116 | 34 | 33 |
| Octal | 223 | 100 | 302 | 30 | 103 | 0 | 30 | 426 | 64 | 63 |
| Binary | 10010011 | 1000000 | 11000010 | 11000 | 1000011 | 0 | 11000 | 100010110 | 110100 | 110011 |
Color Harmonies of #9340C2
Complementary color
Monochromatic Colors of #9340C2
Black with #9340C2
Text Example
Text Example
White with #9340C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9340C2; }
p { color: rgb(147,64,194); }
H1.HeaderClassName
{
color: #9340C2;
}
.AnyTagClassName
{
color: #9340C2;
}
</style>
background-color css
<style>
a { background-color: #9340C2; }
a { background-color: rgb(147,64,194); }
div.DivClassName
{
background-color: #9340C2;
}
.BgClassName
{
background-color: #9340C2;
}
</style>
border-color css
<style>
span { border-color: #9340C2; }
span { border-color: rgb(147,64,194); }
td.TdClassName
{
border-color: #9340C2;
}
.TagClassName
{
border-color: #9340C2;
}
</style>