Shades of Dark Orchid #9326BD
Tints of Dark Orchid #9326BD
RGB
CMYK
RGB Variations
Color information
#9326BD (or 0x9326BD) is known color: Dark Orchid. HEX triplet: 93, 26 and BD. RGB value is (147,38,189). Sum of RGB (Red+Green+Blue) = 147+38+189=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 38 (15.23% from 255 or 10.16% from 374); Blue value is 189 (74.22% from 255 or 50.53% from 374); Max value from RGB is 189 - color contains mainly: blue. Hex color #9326BD is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9326BD is #6CD942. Grayscale: #575757. Windows color (decimal): -7133507 or 12396179. OLE color: 12396179.
HSL color Cylindrical-coordinate representation of color #9326BD: hue angle of 283.31º degrees, saturation: 0.67, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #9326BD is Cyan = 0.22, Magento = 0.80, Yellow = 0 and Black (K on CMYK) = 0.26.
Color convert
| RGB | 147 | 38 | 189 | - |
| CMYK | 0.22 | 0.80 | 0 | 0.26 |
| HSL | 283.31º | 0.67% | 0.45% | - |
| HSV(B) | 283.31º | 0.8% | 0.74% | - |
| XYZ | 21.91 | 11.26 | 49.16 | - |
| YUV | 87.81 | 185.11 | 170.22 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 38 | 189 | 0.22 | 0.80 | 0 | 0.26 | 283.31 | 0.67 | 0.45 |
| Hex | 93 | 26 | BD | 16 | 50 | 0 | 1A | 11B | 43 | 2D |
| Octal | 223 | 46 | 275 | 26 | 120 | 0 | 32 | 433 | 103 | 55 |
| Binary | 10010011 | 100110 | 10111101 | 10110 | 1010000 | 0 | 11010 | 100011011 | 1000011 | 101101 |
Color Harmonies of #9326BD
Complementary color
Monochromatic Colors of #9326BD
Black with #9326BD
Text Example
Text Example
White with #9326BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9326BD; }
p { color: rgb(147,38,189); }
H1.HeaderClassName
{
color: #9326BD;
}
.AnyTagClassName
{
color: #9326BD;
}
</style>
background-color css
<style>
a { background-color: #9326BD; }
a { background-color: rgb(147,38,189); }
div.DivClassName
{
background-color: #9326BD;
}
.BgClassName
{
background-color: #9326BD;
}
</style>
border-color css
<style>
span { border-color: #9326BD; }
span { border-color: rgb(147,38,189); }
td.TdClassName
{
border-color: #9326BD;
}
.TagClassName
{
border-color: #9326BD;
}
</style>