Shades of Dark Orchid #933ABB
Tints of Dark Orchid #933ABB
RGB
CMYK
RGB Variations
Color information
#933ABB (or 0x933ABB) is known color: Dark Orchid. HEX triplet: 93, 3A and BB. RGB value is (147,58,187). Sum of RGB (Red+Green+Blue) = 147+58+187=392 (51% of max value = 765). Red value is 147 (57.81% from 255 or 37.5% from 392); Green value is 58 (23.05% from 255 or 14.80% from 392); Blue value is 187 (73.44% from 255 or 47.70% from 392); Max value from RGB is 187 - color contains mainly: blue. Hex color #933ABB is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #933ABB is #6CC544. Grayscale: #626262. Windows color (decimal): -7128389 or 12270227. OLE color: 12270227.
HSL color Cylindrical-coordinate representation of color #933ABB: hue angle of 281.4º degrees, saturation: 0.53, 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 #933ABB is Cyan = 0.21, Magento = 0.69, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 58 | 187 | - |
| CMYK | 0.21 | 0.69 | 0 | 0.27 |
| HSL | 281.4º | 0.53% | 0.48% | - |
| HSV(B) | 281.4º | 0.69% | 0.73% | - |
| XYZ | 22.52 | 12.82 | 48.3 | - |
| YUV | 99.32 | 177.49 | 162.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 58 | 187 | 0.21 | 0.69 | 0 | 0.27 | 281.4 | 0.53 | 0.48 |
| Hex | 93 | 3A | BB | 15 | 45 | 0 | 1B | 119 | 35 | 30 |
| Octal | 223 | 72 | 273 | 25 | 105 | 0 | 33 | 431 | 65 | 60 |
| Binary | 10010011 | 111010 | 10111011 | 10101 | 1000101 | 0 | 11011 | 100011001 | 110101 | 110000 |
Color Harmonies of #933ABB
Complementary color
Monochromatic Colors of #933ABB
Black with #933ABB
Text Example
Text Example
White with #933ABB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #933ABB; }
p { color: rgb(147,58,187); }
H1.HeaderClassName
{
color: #933ABB;
}
.AnyTagClassName
{
color: #933ABB;
}
</style>
background-color css
<style>
a { background-color: #933ABB; }
a { background-color: rgb(147,58,187); }
div.DivClassName
{
background-color: #933ABB;
}
.BgClassName
{
background-color: #933ABB;
}
</style>
border-color css
<style>
span { border-color: #933ABB; }
span { border-color: rgb(147,58,187); }
td.TdClassName
{
border-color: #933ABB;
}
.TagClassName
{
border-color: #933ABB;
}
</style>