Shades of Dark Orchid #932BBA
Tints of Dark Orchid #932BBA
RGB
CMYK
RGB Variations
Color information
#932BBA (or 0x932BBA) is known color: Dark Orchid. HEX triplet: 93, 2B and BA. RGB value is (147,43,186). Sum of RGB (Red+Green+Blue) = 147+43+186=376 (49% of max value = 765). Red value is 147 (57.81% from 255 or 39.10% from 376); Green value is 43 (17.19% from 255 or 11.44% from 376); Blue value is 186 (73.05% from 255 or 49.47% from 376); Max value from RGB is 186 - color contains mainly: blue. Hex color #932BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #932BBA is #6CD445. Grayscale: #595959. Windows color (decimal): -7132230 or 12200851. OLE color: 12200851.
HSL color Cylindrical-coordinate representation of color #932BBA: hue angle of 283.64º degrees, saturation: 0.62, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #932BBA is Cyan = 0.21, Magento = 0.77, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 43 | 186 | - |
| CMYK | 0.21 | 0.77 | 0 | 0.27 |
| HSL | 283.64º | 0.62% | 0.45% | - |
| HSV(B) | 283.64º | 0.77% | 0.73% | - |
| XYZ | 21.76 | 11.48 | 47.52 | - |
| YUV | 90.4 | 181.96 | 168.37 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 43 | 186 | 0.21 | 0.77 | 0 | 0.27 | 283.64 | 0.62 | 0.45 |
| Hex | 93 | 2B | BA | 15 | 4D | 0 | 1B | 11C | 3E | 2D |
| Octal | 223 | 53 | 272 | 25 | 115 | 0 | 33 | 434 | 76 | 55 |
| Binary | 10010011 | 101011 | 10111010 | 10101 | 1001101 | 0 | 11011 | 100011100 | 111110 | 101101 |
Color Harmonies of #932BBA
Complementary color
Monochromatic Colors of #932BBA
Black with #932BBA
Text Example
Text Example
White with #932BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #932BBA; }
p { color: rgb(147,43,186); }
H1.HeaderClassName
{
color: #932BBA;
}
.AnyTagClassName
{
color: #932BBA;
}
</style>
background-color css
<style>
a { background-color: #932BBA; }
a { background-color: rgb(147,43,186); }
div.DivClassName
{
background-color: #932BBA;
}
.BgClassName
{
background-color: #932BBA;
}
</style>
border-color css
<style>
span { border-color: #932BBA; }
span { border-color: rgb(147,43,186); }
td.TdClassName
{
border-color: #932BBA;
}
.TagClassName
{
border-color: #932BBA;
}
</style>