Shades of Dark Orchid #9321AF
Tints of Dark Orchid #9321AF
RGB
CMYK
RGB Variations
Color information
#9321AF (or 0x9321AF) is known color: Dark Orchid. HEX triplet: 93, 21 and AF. RGB value is (147,33,175). Sum of RGB (Red+Green+Blue) = 147+33+175=355 (47% of max value = 765). Red value is 147 (57.81% from 255 or 41.41% from 355); Green value is 33 (13.28% from 255 or 9.30% from 355); Blue value is 175 (68.75% from 255 or 49.30% from 355); Max value from RGB is 175 - color contains mainly: blue. Hex color #9321AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9321AF is #6CDE50. Grayscale: #525252. Windows color (decimal): -7134801 or 11477395. OLE color: 11477395.
HSL color Cylindrical-coordinate representation of color #9321AF: hue angle of 288.17º degrees, saturation: 0.68, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #9321AF is Cyan = 0.16, Magento = 0.81, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 33 | 175 | - |
| CMYK | 0.16 | 0.81 | 0 | 0.31 |
| HSL | 288.17º | 0.68% | 0.41% | - |
| HSV(B) | 288.17º | 0.81% | 0.69% | - |
| XYZ | 20.31 | 10.39 | 41.49 | - |
| YUV | 83.27 | 179.77 | 173.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 33 | 175 | 0.16 | 0.81 | 0 | 0.31 | 288.17 | 0.68 | 0.41 |
| Hex | 93 | 21 | AF | 10 | 51 | 0 | 1F | 120 | 44 | 29 |
| Octal | 223 | 41 | 257 | 20 | 121 | 0 | 37 | 440 | 104 | 51 |
| Binary | 10010011 | 100001 | 10101111 | 10000 | 1010001 | 0 | 11111 | 100100000 | 1000100 | 101001 |
Color Harmonies of #9321AF
Complementary color
Monochromatic Colors of #9321AF
Black with #9321AF
Text Example
Text Example
White with #9321AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9321AF; }
p { color: rgb(147,33,175); }
H1.HeaderClassName
{
color: #9321AF;
}
.AnyTagClassName
{
color: #9321AF;
}
</style>
background-color css
<style>
a { background-color: #9321AF; }
a { background-color: rgb(147,33,175); }
div.DivClassName
{
background-color: #9321AF;
}
.BgClassName
{
background-color: #9321AF;
}
</style>
border-color css
<style>
span { border-color: #9321AF; }
span { border-color: rgb(147,33,175); }
td.TdClassName
{
border-color: #9321AF;
}
.TagClassName
{
border-color: #9321AF;
}
</style>