Shades of Dark Orchid #883FBE
Tints of Dark Orchid #883FBE
RGB
CMYK
RGB Variations
Color information
#883FBE (or 0x883FBE) is known color: Dark Orchid. HEX triplet: 88, 3F and BE. RGB value is (136,63,190). Sum of RGB (Red+Green+Blue) = 136+63+190=389 (51% of max value = 765). Red value is 136 (53.52% from 255 or 34.96% from 389); Green value is 63 (25% from 255 or 16.20% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #883FBE is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #883FBE is #77C041. Grayscale: #626262. Windows color (decimal): -7848002 or 12468104. OLE color: 12468104.
HSL color Cylindrical-coordinate representation of color #883FBE: hue angle of 274.49º 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 #883FBE is Cyan = 0.28, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.25.
Color convert
| RGB | 136 | 63 | 190 | - |
| CMYK | 0.28 | 0.67 | 0 | 0.25 |
| HSL | 274.49º | 0.5% | 0.5% | - |
| HSV(B) | 274.49º | 0.67% | 0.75% | - |
| XYZ | 21.23 | 12.51 | 50.01 | - |
| YUV | 99.31 | 179.18 | 154.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 136 | 63 | 190 | 0.28 | 0.67 | 0 | 0.25 | 274.49 | 0.5 | 0.5 |
| Hex | 88 | 3F | BE | 1C | 43 | 0 | 19 | 112 | 32 | 32 |
| Octal | 210 | 77 | 276 | 34 | 103 | 0 | 31 | 422 | 62 | 62 |
| Binary | 10001000 | 111111 | 10111110 | 11100 | 1000011 | 0 | 11001 | 100010010 | 110010 | 110010 |
Color Harmonies of #883FBE
Complementary color
Monochromatic Colors of #883FBE
Black with #883FBE
Text Example
Text Example
White with #883FBE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #883FBE; }
p { color: rgb(136,63,190); }
H1.HeaderClassName
{
color: #883FBE;
}
.AnyTagClassName
{
color: #883FBE;
}
</style>
background-color css
<style>
a { background-color: #883FBE; }
a { background-color: rgb(136,63,190); }
div.DivClassName
{
background-color: #883FBE;
}
.BgClassName
{
background-color: #883FBE;
}
</style>
border-color css
<style>
span { border-color: #883FBE; }
span { border-color: rgb(136,63,190); }
td.TdClassName
{
border-color: #883FBE;
}
.TagClassName
{
border-color: #883FBE;
}
</style>