Shades of Dark Orchid #933EBA
Tints of Dark Orchid #933EBA
RGB
CMYK
RGB Variations
Color information
#933EBA (or 0x933EBA) is known color: Dark Orchid. HEX triplet: 93, 3E and BA. RGB value is (147,62,186). Sum of RGB (Red+Green+Blue) = 147+62+186=395 (52% of max value = 765). Red value is 147 (57.81% from 255 or 37.22% from 395); Green value is 62 (24.61% from 255 or 15.70% from 395); Blue value is 186 (73.05% from 255 or 47.09% from 395); Max value from RGB is 186 - color contains mainly: blue. Hex color #933EBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933EBA is #6CC145. Grayscale: #656565. Windows color (decimal): -7127366 or 12205715. OLE color: 12205715.
HSL color Cylindrical-coordinate representation of color #933EBA: hue angle of 281.13º degrees, saturation: 0.5, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #933EBA is Cyan = 0.21, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 62 | 186 | - |
| CMYK | 0.21 | 0.67 | 0 | 0.27 |
| HSL | 281.13º | 0.5% | 0.49% | - |
| HSV(B) | 281.13º | 0.67% | 0.73% | - |
| XYZ | 22.62 | 13.19 | 47.81 | - |
| YUV | 101.55 | 175.66 | 160.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 62 | 186 | 0.21 | 0.67 | 0 | 0.27 | 281.13 | 0.5 | 0.49 |
| Hex | 93 | 3E | BA | 15 | 43 | 0 | 1B | 119 | 32 | 31 |
| Octal | 223 | 76 | 272 | 25 | 103 | 0 | 33 | 431 | 62 | 61 |
| Binary | 10010011 | 111110 | 10111010 | 10101 | 1000011 | 0 | 11011 | 100011001 | 110010 | 110001 |
Color Harmonies of #933EBA
Complementary color
Monochromatic Colors of #933EBA
Black with #933EBA
Text Example
Text Example
White with #933EBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933EBA; }
p { color: rgb(147,62,186); }
H1.HeaderClassName
{
color: #933EBA;
}
.AnyTagClassName
{
color: #933EBA;
}
</style>
background-color css
<style>
a { background-color: #933EBA; }
a { background-color: rgb(147,62,186); }
div.DivClassName
{
background-color: #933EBA;
}
.BgClassName
{
background-color: #933EBA;
}
</style>
border-color css
<style>
span { border-color: #933EBA; }
span { border-color: rgb(147,62,186); }
td.TdClassName
{
border-color: #933EBA;
}
.TagClassName
{
border-color: #933EBA;
}
</style>