Shades of Dark Orchid #933ABA
Tints of Dark Orchid #933ABA
RGB
CMYK
RGB Variations
Color information
#933ABA (or 0x933ABA) is known color: Dark Orchid. HEX triplet: 93, 3A and BA. RGB value is (147,58,186). Sum of RGB (Red+Green+Blue) = 147+58+186=391 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.60% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 186 (73.05% from 255 or 47.57% from 391); Max value from RGB is 186 - color contains mainly: blue. Hex color #933ABA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ABA is #6CC545. Grayscale: #626262. Windows color (decimal): -7128390 or 12204691. OLE color: 12204691.
HSL color Cylindrical-coordinate representation of color #933ABA: hue angle of 281.72º degrees, saturation: 0.52, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #933ABA is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 58 | 186 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.27 |
| HSL | 281.72º | 0.52% | 0.48% | - |
| HSV(B) | 281.72º | 0.69% | 0.73% | - |
| XYZ | 22.41 | 12.77 | 47.74 | - |
| YUV | 99.2 | 176.99 | 162.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 186 | 0.21 | 0.69 | 0 | 0.27 | 281.72 | 0.52 | 0.48 |
| Hex | 93 | 3A | BA | 15 | 45 | 0 | 1B | 11A | 34 | 30 |
| Octal | 223 | 72 | 272 | 25 | 105 | 0 | 33 | 432 | 64 | 60 |
| Binary | 10010011 | 111010 | 10111010 | 10101 | 1000101 | 0 | 11011 | 100011010 | 110100 | 110000 |
Color Harmonies of #933ABA
Complementary color
Monochromatic Colors of #933ABA
Black with #933ABA
Text Example
Text Example
White with #933ABA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ABA; }
p { color: rgb(147,58,186); }
H1.HeaderClassName
{
color: #933ABA;
}
.AnyTagClassName
{
color: #933ABA;
}
</style>
background-color css
<style>
a { background-color: #933ABA; }
a { background-color: rgb(147,58,186); }
div.DivClassName
{
background-color: #933ABA;
}
.BgClassName
{
background-color: #933ABA;
}
</style>
border-color css
<style>
span { border-color: #933ABA; }
span { border-color: rgb(147,58,186); }
td.TdClassName
{
border-color: #933ABA;
}
.TagClassName
{
border-color: #933ABA;
}
</style>