Shades of Dark Orchid #9131BF
Tints of Dark Orchid #9131BF
RGB
CMYK
RGB Variations
Color information
#9131BF (or 0x9131BF) is known color: Dark Orchid. HEX triplet: 91, 31 and BF. RGB value is (145,49,191). Sum of RGB (Red+Green+Blue) = 145+49+191=385 (50% of max value = 765). Red value is 145 (57.03% from 255 or 37.66% from 385); Green value is 49 (19.53% from 255 or 12.73% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #9131BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9131BF is #6ECE40. Grayscale: #5D5D5D. Windows color (decimal): -7261761 or 12530065. OLE color: 12530065.
HSL color Cylindrical-coordinate representation of color #9131BF: hue angle of 280.56º degrees, saturation: 0.59, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #9131BF is Cyan = 0.24, Magento = 0.74, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 49 | 191 | - |
| CMYK | 0.24 | 0.74 | 0 | 0.25 |
| HSL | 280.56º | 0.59% | 0.47% | - |
| HSV(B) | 280.56º | 0.74% | 0.75% | - |
| XYZ | 22.18 | 11.98 | 50.43 | - |
| YUV | 93.89 | 182.8 | 164.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 49 | 191 | 0.24 | 0.74 | 0 | 0.25 | 280.56 | 0.59 | 0.47 |
| Hex | 91 | 31 | BF | 18 | 4A | 0 | 19 | 119 | 3B | 2F |
| Octal | 221 | 61 | 277 | 30 | 112 | 0 | 31 | 431 | 73 | 57 |
| Binary | 10010001 | 110001 | 10111111 | 11000 | 1001010 | 0 | 11001 | 100011001 | 111011 | 101111 |
Color Harmonies of #9131BF
Complementary color
Monochromatic Colors of #9131BF
Black with #9131BF
Text Example
Text Example
White with #9131BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9131BF; }
p { color: rgb(145,49,191); }
H1.HeaderClassName
{
color: #9131BF;
}
.AnyTagClassName
{
color: #9131BF;
}
</style>
background-color css
<style>
a { background-color: #9131BF; }
a { background-color: rgb(145,49,191); }
div.DivClassName
{
background-color: #9131BF;
}
.BgClassName
{
background-color: #9131BF;
}
</style>
border-color css
<style>
span { border-color: #9131BF; }
span { border-color: rgb(145,49,191); }
td.TdClassName
{
border-color: #9131BF;
}
.TagClassName
{
border-color: #9131BF;
}
</style>