Shades of Dark Orchid #9326C3
Tints of Dark Orchid #9326C3
RGB
CMYK
RGB Variations
Color information
#9326C3 (or 0x9326C3) is known color: Dark Orchid. HEX triplet: 93, 26 and C3. RGB value is (147,38,195). Sum of RGB (Red+Green+Blue) = 147+38+195=380 (50% of max value = 765). Red value is 147 (57.81% from 255 or 38.68% from 380); Green value is 38 (15.23% from 255 or 10% from 380); Blue value is 195 (76.56% from 255 or 51.32% from 380); Max value from RGB is 195 - color contains mainly: blue. Hex color #9326C3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326C3 is #6CD93C. Grayscale: #575757. Windows color (decimal): -7133501 or 12789395. OLE color: 12789395.
HSL color Cylindrical-coordinate representation of color #9326C3: hue angle of 281.66º degrees, saturation: 0.67, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9326C3 is Cyan = 0.25, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.24.
Color convert
| RGB | 147 | 38 | 195 | - |
| CMYK | 0.25 | 0.81 | 0 | 0.24 |
| HSL | 281.66º | 0.67% | 0.46% | - |
| HSV(B) | 281.66º | 0.81% | 0.76% | - |
| XYZ | 22.58 | 11.53 | 52.67 | - |
| YUV | 88.49 | 188.11 | 169.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 195 | 0.25 | 0.81 | 0 | 0.24 | 281.66 | 0.67 | 0.46 |
| Hex | 93 | 26 | C3 | 19 | 51 | 0 | 18 | 11A | 43 | 2E |
| Octal | 223 | 46 | 303 | 31 | 121 | 0 | 30 | 432 | 103 | 56 |
| Binary | 10010011 | 100110 | 11000011 | 11001 | 1010001 | 0 | 11000 | 100011010 | 1000011 | 101110 |
Color Harmonies of #9326C3
Complementary color
Monochromatic Colors of #9326C3
Black with #9326C3
Text Example
Text Example
White with #9326C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326C3; }
p { color: rgb(147,38,195); }
H1.HeaderClassName
{
color: #9326C3;
}
.AnyTagClassName
{
color: #9326C3;
}
</style>
background-color css
<style>
a { background-color: #9326C3; }
a { background-color: rgb(147,38,195); }
div.DivClassName
{
background-color: #9326C3;
}
.BgClassName
{
background-color: #9326C3;
}
</style>
border-color css
<style>
span { border-color: #9326C3; }
span { border-color: rgb(147,38,195); }
td.TdClassName
{
border-color: #9326C3;
}
.TagClassName
{
border-color: #9326C3;
}
</style>