Shades of Dark Orchid #8E3FBE
Tints of Dark Orchid #8E3FBE
RGB
CMYK
RGB Variations
Color information
#8E3FBE (or 0x8E3FBE) is known color: Dark Orchid. HEX triplet: 8E, 3F and BE. RGB value is (142,63,190). Sum of RGB (Red+Green+Blue) = 142+63+190=395 (52% of max value = 765). Red value is 142 (55.86% from 255 or 35.95% from 395); Green value is 63 (25% from 255 or 15.95% from 395); Blue value is 190 (74.61% from 255 or 48.10% from 395); Max value from RGB is 190 - color contains mainly: blue. Hex color #8E3FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #8E3FBE is #71C041. Grayscale: #646464. Windows color (decimal): -7454786 or 12468110. OLE color: 12468110.
HSL color Cylindrical-coordinate representation of color #8E3FBE: hue angle of 277.32º degrees, saturation: 0.5, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #8E3FBE is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 142 | 63 | 190 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.25 |
| HSL | 277.32º | 0.5% | 0.5% | - |
| HSV(B) | 277.32º | 0.67% | 0.75% | - |
| XYZ | 22.23 | 13.02 | 50.06 | - |
| YUV | 101.1 | 178.17 | 157.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 142 | 63 | 190 | 0.25 | 0.67 | 0 | 0.25 | 277.32 | 0.5 | 0.5 |
| Hex | 8E | 3F | BE | 19 | 43 | 0 | 19 | 115 | 32 | 32 |
| Octal | 216 | 77 | 276 | 31 | 103 | 0 | 31 | 425 | 62 | 62 |
| Binary | 10001110 | 111111 | 10111110 | 11001 | 1000011 | 0 | 11001 | 100010101 | 110010 | 110010 |
Color Harmonies of #8E3FBE
Complementary color
Monochromatic Colors of #8E3FBE
Black with #8E3FBE
Text Example
Text Example
White with #8E3FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #8E3FBE; }
p { color: rgb(142,63,190); }
H1.HeaderClassName
{
color: #8E3FBE;
}
.AnyTagClassName
{
color: #8E3FBE;
}
</style>
background-color css
<style>
a { background-color: #8E3FBE; }
a { background-color: rgb(142,63,190); }
div.DivClassName
{
background-color: #8E3FBE;
}
.BgClassName
{
background-color: #8E3FBE;
}
</style>
border-color css
<style>
span { border-color: #8E3FBE; }
span { border-color: rgb(142,63,190); }
td.TdClassName
{
border-color: #8E3FBE;
}
.TagClassName
{
border-color: #8E3FBE;
}
</style>