Shades of Dark Orchid #9333AF
Tints of Dark Orchid #9333AF
RGB
CMYK
RGB Variations
Color information
#9333AF (or 0x9333AF) is known color: Dark Orchid. HEX triplet: 93, 33 and AF. RGB value is (147,51,175). Sum of RGB (Red+Green+Blue) = 147+51+175=373 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.41% from 373); Green value is 51 (20.31% from 255 or 13.67% from 373); Blue value is 175 (68.75% from 255 or 46.92% from 373); Max value from RGB is 175 - color contains mainly: blue. Hex color #9333AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9333AF is #6CCC50. Grayscale: #5D5D5D. Windows color (decimal): -7130193 or 11482003. OLE color: 11482003.
HSL color Cylindrical-coordinate representation of color #9333AF: hue angle of 286.45º degrees, saturation: 0.55, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #9333AF is Cyan = 0.16, Magento = 0.71, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 51 | 175 | - |
| CMYK | 0.16 | 0.71 | 0 | 0.31 |
| HSL | 286.45º | 0.55% | 0.44% | - |
| HSV(B) | 286.45º | 0.71% | 0.69% | - |
| XYZ | 20.95 | 11.67 | 41.7 | - |
| YUV | 93.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 51 | 175 | 0.16 | 0.71 | 0 | 0.31 | 286.45 | 0.55 | 0.44 |
| Hex | 93 | 33 | AF | 10 | 47 | 0 | 1F | 11E | 37 | 2C |
| Octal | 223 | 63 | 257 | 20 | 107 | 0 | 37 | 436 | 67 | 54 |
| Binary | 10010011 | 110011 | 10101111 | 10000 | 1000111 | 0 | 11111 | 100011110 | 110111 | 101100 |
Color Harmonies of #9333AF
Complementary color
Monochromatic Colors of #9333AF
Black with #9333AF
Text Example
Text Example
White with #9333AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9333AF; }
p { color: rgb(147,51,175); }
H1.HeaderClassName
{
color: #9333AF;
}
.AnyTagClassName
{
color: #9333AF;
}
</style>
background-color css
<style>
a { background-color: #9333AF; }
a { background-color: rgb(147,51,175); }
div.DivClassName
{
background-color: #9333AF;
}
.BgClassName
{
background-color: #9333AF;
}
</style>
border-color css
<style>
span { border-color: #9333AF; }
span { border-color: rgb(147,51,175); }
td.TdClassName
{
border-color: #9333AF;
}
.TagClassName
{
border-color: #9333AF;
}
</style>