Shades of Dark Orchid #931BBA
Tints of Dark Orchid #931BBA
RGB
CMYK
RGB Variations
Color information
#931BBA (or 0x931BBA) is known color: Dark Orchid. HEX triplet: 93, 1B and BA. RGB value is (147,27,186). Sum of RGB (Red+Green+Blue) = 147+27+186=360 (47% of max value = 765). Red value is 147 (57.81% from 255 or 40.83% from 360); Green value is 27 (10.94% from 255 or 7.5% from 360); Blue value is 186 (73.05% from 255 or 51.67% from 360); Max value from RGB is 186 - color contains mainly: blue. Hex color #931BBA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #931BBA is #6CE445. Grayscale: #505050. Windows color (decimal): -7136326 or 12196755. OLE color: 12196755.
HSL color Cylindrical-coordinate representation of color #931BBA: hue angle of 285.28º degrees, saturation: 0.75, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #931BBA is Cyan = 0.21, Magento = 0.85, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 147 | 27 | 186 | - |
| CMYK | 0.21 | 0.85 | 0 | 0.27 |
| HSL | 285.28º | 0.75% | 0.42% | - |
| HSV(B) | 285.28º | 0.85% | 0.73% | - |
| XYZ | 21.29 | 10.53 | 47.37 | - |
| YUV | 81.01 | 187.26 | 175.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 147 | 27 | 186 | 0.21 | 0.85 | 0 | 0.27 | 285.28 | 0.75 | 0.42 |
| Hex | 93 | 1B | BA | 15 | 55 | 0 | 1B | 11D | 4B | 2A |
| Octal | 223 | 33 | 272 | 25 | 125 | 0 | 33 | 435 | 113 | 52 |
| Binary | 10010011 | 11011 | 10111010 | 10101 | 1010101 | 0 | 11011 | 100011101 | 1001011 | 101010 |
Color Harmonies of #931BBA
Complementary color
Monochromatic Colors of #931BBA
Black with #931BBA
Text Example
Text Example
White with #931BBA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #931BBA; }
p { color: rgb(147,27,186); }
H1.HeaderClassName
{
color: #931BBA;
}
.AnyTagClassName
{
color: #931BBA;
}
</style>
background-color css
<style>
a { background-color: #931BBA; }
a { background-color: rgb(147,27,186); }
div.DivClassName
{
background-color: #931BBA;
}
.BgClassName
{
background-color: #931BBA;
}
</style>
border-color css
<style>
span { border-color: #931BBA; }
span { border-color: rgb(147,27,186); }
td.TdClassName
{
border-color: #931BBA;
}
.TagClassName
{
border-color: #931BBA;
}
</style>