Shades of Dark Orchid #9141BF
Tints of Dark Orchid #9141BF
RGB
CMYK
RGB Variations
Color information
#9141BF (or 0x9141BF) is known color: Dark Orchid. HEX triplet: 91, 41 and BF. RGB value is (145,65,191). Sum of RGB (Red+Green+Blue) = 145+65+191=401 (53% of max value = 765). Red value is 145 (57.03% from 255 or 36.16% from 401); Green value is 65 (25.78% from 255 or 16.21% from 401); Blue value is 191 (75% from 255 or 47.63% from 401); Max value from RGB is 191 - color contains mainly: blue. Hex color #9141BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9141BF is #6EBE40. Grayscale: #666666. Windows color (decimal): -7257665 or 12534161. OLE color: 12534161.
HSL color Cylindrical-coordinate representation of color #9141BF: hue angle of 278.1º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #9141BF is Cyan = 0.24, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 145 | 65 | 191 | - |
| CMYK | 0.24 | 0.66 | 0 | 0.25 |
| HSL | 278.1º | 0.5% | 0.5% | - |
| HSV(B) | 278.1º | 0.66% | 0.75% | - |
| XYZ | 22.97 | 13.56 | 50.7 | - |
| YUV | 103.28 | 177.5 | 157.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 145 | 65 | 191 | 0.24 | 0.66 | 0 | 0.25 | 278.1 | 0.5 | 0.5 |
| Hex | 91 | 41 | BF | 18 | 42 | 0 | 19 | 116 | 32 | 32 |
| Octal | 221 | 101 | 277 | 30 | 102 | 0 | 31 | 426 | 62 | 62 |
| Binary | 10010001 | 1000001 | 10111111 | 11000 | 1000010 | 0 | 11001 | 100010110 | 110010 | 110010 |
Color Harmonies of #9141BF
Complementary color
Monochromatic Colors of #9141BF
Black with #9141BF
Text Example
Text Example
White with #9141BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9141BF; }
p { color: rgb(145,65,191); }
H1.HeaderClassName
{
color: #9141BF;
}
.AnyTagClassName
{
color: #9141BF;
}
</style>
background-color css
<style>
a { background-color: #9141BF; }
a { background-color: rgb(145,65,191); }
div.DivClassName
{
background-color: #9141BF;
}
.BgClassName
{
background-color: #9141BF;
}
</style>
border-color css
<style>
span { border-color: #9141BF; }
span { border-color: rgb(145,65,191); }
td.TdClassName
{
border-color: #9141BF;
}
.TagClassName
{
border-color: #9141BF;
}
</style>