Shades of Dark Orchid #8439BE
Tints of Dark Orchid #8439BE
RGB
CMYK
RGB Variations
Color information
#8439BE (or 0x8439BE) is known color: Dark Orchid. HEX triplet: 84, 39 and BE. RGB value is (132,57,190). Sum of RGB (Red+Green+Blue) = 132+57+190=379 (50% of max value = 765). Red value is 132 (51.95% from 255 or 34.83% from 379); Green value is 57 (22.66% from 255 or 15.04% from 379); Blue value is 190 (74.61% from 255 or 50.13% from 379); Max value from RGB is 190 - color contains mainly: blue. Hex color #8439BE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8439BE is #7BC641. Grayscale: #5E5E5E. Windows color (decimal): -8111682 or 12466564. OLE color: 12466564.
HSL color Cylindrical-coordinate representation of color #8439BE: hue angle of 273.83º degrees, saturation: 0.54, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #8439BE is Cyan = 0.31, Magento = 0.7, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 132 | 57 | 190 | - |
| CMYK | 0.31 | 0.7 | 0 | 0.25 |
| HSL | 273.83º | 0.54% | 0.48% | - |
| HSV(B) | 273.83º | 0.7% | 0.75% | - |
| XYZ | 20.27 | 11.55 | 49.88 | - |
| YUV | 94.59 | 181.85 | 154.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 132 | 57 | 190 | 0.31 | 0.7 | 0 | 0.25 | 273.83 | 0.54 | 0.48 |
| Hex | 84 | 39 | BE | 1F | 46 | 0 | 19 | 112 | 36 | 30 |
| Octal | 204 | 71 | 276 | 37 | 106 | 0 | 31 | 422 | 66 | 60 |
| Binary | 10000100 | 111001 | 10111110 | 11111 | 1000110 | 0 | 11001 | 100010010 | 110110 | 110000 |
Color Harmonies of #8439BE
Complementary color
Monochromatic Colors of #8439BE
Black with #8439BE
Text Example
Text Example
White with #8439BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8439BE; }
p { color: rgb(132,57,190); }
H1.HeaderClassName
{
color: #8439BE;
}
.AnyTagClassName
{
color: #8439BE;
}
</style>
background-color css
<style>
a { background-color: #8439BE; }
a { background-color: rgb(132,57,190); }
div.DivClassName
{
background-color: #8439BE;
}
.BgClassName
{
background-color: #8439BE;
}
</style>
border-color css
<style>
span { border-color: #8439BE; }
span { border-color: rgb(132,57,190); }
td.TdClassName
{
border-color: #8439BE;
}
.TagClassName
{
border-color: #8439BE;
}
</style>