Shades of Dark Orchid #9334AF
Tints of Dark Orchid #9334AF
RGB
CMYK
RGB Variations
Color information
#9334AF (or 0x9334AF) is known color: Dark Orchid. HEX triplet: 93, 34 and AF. RGB value is (147,52,175). Sum of RGB (Red+Green+Blue) = 147+52+175=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 52 (20.70% from 255 or 13.90% from 374); Blue value is 175 (68.75% from 255 or 46.79% from 374); Max value from RGB is 175 - color contains mainly: blue. Hex color #9334AF is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9334AF is #6CCB50. Grayscale: #5E5E5E. Windows color (decimal): -7129937 or 11482259. OLE color: 11482259.
HSL color Cylindrical-coordinate representation of color #9334AF: hue angle of 286.34º degrees, saturation: 0.54, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9334AF is Cyan = 0.16, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 147 | 52 | 175 | - |
| CMYK | 0.16 | 0.70 | 0 | 0.31 |
| HSL | 286.34º | 0.54% | 0.45% | - |
| HSV(B) | 286.34º | 0.7% | 0.69% | - |
| XYZ | 21 | 11.75 | 41.72 | - |
| YUV | 94.43 | 173.47 | 165.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 52 | 175 | 0.16 | 0.70 | 0 | 0.31 | 286.34 | 0.54 | 0.45 |
| Hex | 93 | 34 | AF | 10 | 46 | 0 | 1F | 11E | 36 | 2D |
| Octal | 223 | 64 | 257 | 20 | 106 | 0 | 37 | 436 | 66 | 55 |
| Binary | 10010011 | 110100 | 10101111 | 10000 | 1000110 | 0 | 11111 | 100011110 | 110110 | 101101 |
Color Harmonies of #9334AF
Complementary color
Monochromatic Colors of #9334AF
Black with #9334AF
Text Example
Text Example
White with #9334AF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9334AF; }
p { color: rgb(147,52,175); }
H1.HeaderClassName
{
color: #9334AF;
}
.AnyTagClassName
{
color: #9334AF;
}
</style>
background-color css
<style>
a { background-color: #9334AF; }
a { background-color: rgb(147,52,175); }
div.DivClassName
{
background-color: #9334AF;
}
.BgClassName
{
background-color: #9334AF;
}
</style>
border-color css
<style>
span { border-color: #9334AF; }
span { border-color: rgb(147,52,175); }
td.TdClassName
{
border-color: #9334AF;
}
.TagClassName
{
border-color: #9334AF;
}
</style>