Shades of Dark Orchid #9326C0
Tints of Dark Orchid #9326C0
RGB
CMYK
RGB Variations
Color information
#9326C0 (or 0x9326C0) is known color: Dark Orchid. HEX triplet: 93, 26 and C0. RGB value is (147,38,192). Sum of RGB (Red+Green+Blue) = 147+38+192=377 (49% of max value = 765). Red value is 147 (57.81% from 255 or 38.99% from 377); Green value is 38 (15.23% from 255 or 10.08% from 377); Blue value is 192 (75.39% from 255 or 50.93% from 377); Max value from RGB is 192 - color contains mainly: blue. Hex color #9326C0 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326C0 is #6CD93F. Grayscale: #575757. Windows color (decimal): -7133504 or 12592787. OLE color: 12592787.
HSL color Cylindrical-coordinate representation of color #9326C0: hue angle of 282.47º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9326C0 is Cyan = 0.23, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 147 | 38 | 192 | - |
| CMYK | 0.23 | 0.80 | 0 | 0.25 |
| HSL | 282.47º | 0.67% | 0.45% | - |
| HSV(B) | 282.47º | 0.8% | 0.75% | - |
| XYZ | 22.24 | 11.4 | 50.9 | - |
| YUV | 88.15 | 186.61 | 169.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 192 | 0.23 | 0.80 | 0 | 0.25 | 282.47 | 0.67 | 0.45 |
| Hex | 93 | 26 | C0 | 17 | 50 | 0 | 19 | 11A | 43 | 2D |
| Octal | 223 | 46 | 300 | 27 | 120 | 0 | 31 | 432 | 103 | 55 |
| Binary | 10010011 | 100110 | 11000000 | 10111 | 1010000 | 0 | 11001 | 100011010 | 1000011 | 101101 |
Color Harmonies of #9326C0
Complementary color
Monochromatic Colors of #9326C0
Black with #9326C0
Text Example
Text Example
White with #9326C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326C0; }
p { color: rgb(147,38,192); }
H1.HeaderClassName
{
color: #9326C0;
}
.AnyTagClassName
{
color: #9326C0;
}
</style>
background-color css
<style>
a { background-color: #9326C0; }
a { background-color: rgb(147,38,192); }
div.DivClassName
{
background-color: #9326C0;
}
.BgClassName
{
background-color: #9326C0;
}
</style>
border-color css
<style>
span { border-color: #9326C0; }
span { border-color: rgb(147,38,192); }
td.TdClassName
{
border-color: #9326C0;
}
.TagClassName
{
border-color: #9326C0;
}
</style>