Shades of Dark Orchid #9039BF
Tints of Dark Orchid #9039BF
RGB
CMYK
RGB Variations
Color information
#9039BF (or 0x9039BF) is known color: Dark Orchid. HEX triplet: 90, 39 and BF. RGB value is (144,57,191). Sum of RGB (Red+Green+Blue) = 144+57+191=392 (51% of max value = 765). Red value is 144 (56.64% from 255 or 36.73% from 392); Green value is 57 (22.66% from 255 or 14.54% from 392); Blue value is 191 (75% from 255 or 48.72% from 392); Max value from RGB is 191 - color contains mainly: blue. Hex color #9039BF is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #9039BF is #6FC640. Grayscale: #616161. Windows color (decimal): -7325249 or 12532112. OLE color: 12532112.
HSL color Cylindrical-coordinate representation of color #9039BF: hue angle of 278.96º degrees, saturation: 0.54, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #9039BF is Cyan = 0.25, Magento = 0.70, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 144 | 57 | 191 | - |
| CMYK | 0.25 | 0.70 | 0 | 0.25 |
| HSL | 278.96º | 0.54% | 0.49% | - |
| HSV(B) | 278.96º | 0.7% | 0.75% | - |
| XYZ | 22.37 | 12.62 | 50.55 | - |
| YUV | 98.29 | 180.32 | 160.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 144 | 57 | 191 | 0.25 | 0.70 | 0 | 0.25 | 278.96 | 0.54 | 0.49 |
| Hex | 90 | 39 | BF | 19 | 46 | 0 | 19 | 117 | 36 | 31 |
| Octal | 220 | 71 | 277 | 31 | 106 | 0 | 31 | 427 | 66 | 61 |
| Binary | 10010000 | 111001 | 10111111 | 11001 | 1000110 | 0 | 11001 | 100010111 | 110110 | 110001 |
Color Harmonies of #9039BF
Complementary color
Monochromatic Colors of #9039BF
Black with #9039BF
Text Example
Text Example
White with #9039BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #9039BF; }
p { color: rgb(144,57,191); }
H1.HeaderClassName
{
color: #9039BF;
}
.AnyTagClassName
{
color: #9039BF;
}
</style>
background-color css
<style>
a { background-color: #9039BF; }
a { background-color: rgb(144,57,191); }
div.DivClassName
{
background-color: #9039BF;
}
.BgClassName
{
background-color: #9039BF;
}
</style>
border-color css
<style>
span { border-color: #9039BF; }
span { border-color: rgb(144,57,191); }
td.TdClassName
{
border-color: #9039BF;
}
.TagClassName
{
border-color: #9039BF;
}
</style>