Shades of Dark Orchid #9431BA
Tints of Dark Orchid #9431BA
RGB
CMYK
RGB Variations
Color information
#9431BA (or 0x9431BA) is known color: Dark Orchid. HEX triplet: 94, 31 and BA. RGB value is (148,49,186). Sum of RGB (Red+Green+Blue) = 148+49+186=383 (50% of max value = 765). Red value is 148 (58.20% from 255 or 38.64% from 383); Green value is 49 (19.53% from 255 or 12.79% from 383); Blue value is 186 (73.05% from 255 or 48.56% from 383); Max value from RGB is 186 - color contains mainly: blue. Hex color #9431BA is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9431BA is #6BCE45. Grayscale: #5D5D5D. Windows color (decimal): -7065158 or 12202388. OLE color: 12202388.
HSL color Cylindrical-coordinate representation of color #9431BA: hue angle of 283.36º degrees, saturation: 0.58, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9431BA is Cyan = 0.20, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.27.
Color convert
| RGB | 148 | 49 | 186 | - |
| CMYK | 0.20 | 0.74 | 0 | 0.27 |
| HSL | 283.36º | 0.58% | 0.46% | - |
| HSV(B) | 283.36º | 0.74% | 0.73% | - |
| XYZ | 22.17 | 12.04 | 47.61 | - |
| YUV | 94.22 | 179.8 | 166.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 148 | 49 | 186 | 0.20 | 0.74 | 0 | 0.27 | 283.36 | 0.58 | 0.46 |
| Hex | 94 | 31 | BA | 14 | 4A | 0 | 1B | 11B | 3A | 2E |
| Octal | 224 | 61 | 272 | 24 | 112 | 0 | 33 | 433 | 72 | 56 |
| Binary | 10010100 | 110001 | 10111010 | 10100 | 1001010 | 0 | 11011 | 100011011 | 111010 | 101110 |
Color Harmonies of #9431BA
Complementary color
Monochromatic Colors of #9431BA
Black with #9431BA
Text Example
Text Example
White with #9431BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9431BA; }
p { color: rgb(148,49,186); }
H1.HeaderClassName
{
color: #9431BA;
}
.AnyTagClassName
{
color: #9431BA;
}
</style>
background-color css
<style>
a { background-color: #9431BA; }
a { background-color: rgb(148,49,186); }
div.DivClassName
{
background-color: #9431BA;
}
.BgClassName
{
background-color: #9431BA;
}
</style>
border-color css
<style>
span { border-color: #9431BA; }
span { border-color: rgb(148,49,186); }
td.TdClassName
{
border-color: #9431BA;
}
.TagClassName
{
border-color: #9431BA;
}
</style>