Shades of Dark Orchid #9336AD
Tints of Dark Orchid #9336AD
RGB
CMYK
RGB Variations
Color information
#9336AD (or 0x9336AD) is known color: Dark Orchid. HEX triplet: 93, 36 and AD. RGB value is (147,54,173). Sum of RGB (Red+Green+Blue) = 147+54+173=374 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.30% from 374); Green value is 54 (21.48% from 255 or 14.44% from 374); Blue value is 173 (67.97% from 255 or 46.26% from 374); Max value from RGB is 173 - color contains mainly: blue. Hex color #9336AD is not a web safe color. Web safe color analog (approx): #993399. Inversed color of #9336AD is #6CC952. Grayscale: #5E5E5E. Windows color (decimal): -7129427 or 11351699. OLE color: 11351699.
HSL color Cylindrical-coordinate representation of color #9336AD: hue angle of 286.89º degrees, saturation: 0.52, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.68% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #9336AD is Cyan = 0.15, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.32.
Color convert
| RGB | 147 | 54 | 173 | - |
| CMYK | 0.15 | 0.69 | 0 | 0.32 |
| HSL | 286.89º | 0.52% | 0.45% | - |
| HSV(B) | 286.89º | 0.69% | 0.68% | - |
| XYZ | 20.89 | 11.86 | 40.72 | - |
| YUV | 95.37 | 171.81 | 164.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 54 | 173 | 0.15 | 0.69 | 0 | 0.32 | 286.89 | 0.52 | 0.45 |
| Hex | 93 | 36 | AD | F | 45 | 0 | 20 | 11F | 34 | 2D |
| Octal | 223 | 66 | 255 | 17 | 105 | 0 | 40 | 437 | 64 | 55 |
| Binary | 10010011 | 110110 | 10101101 | 1111 | 1000101 | 0 | 100000 | 100011111 | 110100 | 101101 |
Color Harmonies of #9336AD
Complementary color
Monochromatic Colors of #9336AD
Black with #9336AD
Text Example
Text Example
White with #9336AD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9336AD; }
p { color: rgb(147,54,173); }
H1.HeaderClassName
{
color: #9336AD;
}
.AnyTagClassName
{
color: #9336AD;
}
</style>
background-color css
<style>
a { background-color: #9336AD; }
a { background-color: rgb(147,54,173); }
div.DivClassName
{
background-color: #9336AD;
}
.BgClassName
{
background-color: #9336AD;
}
</style>
border-color css
<style>
span { border-color: #9336AD; }
span { border-color: rgb(147,54,173); }
td.TdClassName
{
border-color: #9336AD;
}
.TagClassName
{
border-color: #9336AD;
}
</style>