Shades of Dark Orchid #863BB3
Tints of Dark Orchid #863BB3
RGB
CMYK
RGB Variations
Color information
#863BB3 (or 0x863BB3) is known color: Dark Orchid. HEX triplet: 86, 3B and B3. RGB value is (134,59,179). Sum of RGB (Red+Green+Blue) = 134+59+179=372 (49% of max value = 765). Red value is 134 (52.73% from 255 or 36.02% from 372); Green value is 59 (23.44% from 255 or 15.86% from 372); Blue value is 179 (70.31% from 255 or 48.12% from 372); Max value from RGB is 179 - color contains mainly: blue. Hex color #863BB3 is not a web safe color. Web safe color analog (approx): #9933CC. Inversed color of #863BB3 is #79C44C. Grayscale: #5E5E5E. Windows color (decimal): -7980109 or 11746182. OLE color: 11746182.
HSL color Cylindrical-coordinate representation of color #863BB3: hue angle of 277.5º degrees, saturation: 0.5, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #863BB3 is Cyan = 0.25, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.30.
Color convert
| RGB | 134 | 59 | 179 | - |
| CMYK | 0.25 | 0.67 | 0 | 0.30 |
| HSL | 277.5º | 0.5% | 0.47% | - |
| HSV(B) | 277.5º | 0.67% | 0.7% | - |
| XYZ | 19.53 | 11.45 | 43.83 | - |
| YUV | 95.11 | 175.35 | 155.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 59 | 179 | 0.25 | 0.67 | 0 | 0.30 | 277.5 | 0.5 | 0.47 |
| Hex | 86 | 3B | B3 | 19 | 43 | 0 | 1E | 116 | 32 | 2F |
| Octal | 206 | 73 | 263 | 31 | 103 | 0 | 36 | 426 | 62 | 57 |
| Binary | 10000110 | 111011 | 10110011 | 11001 | 1000011 | 0 | 11110 | 100010110 | 110010 | 101111 |
Color Harmonies of #863BB3
Complementary color
Monochromatic Colors of #863BB3
Black with #863BB3
Text Example
Text Example
White with #863BB3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #863BB3; }
p { color: rgb(134,59,179); }
H1.HeaderClassName
{
color: #863BB3;
}
.AnyTagClassName
{
color: #863BB3;
}
</style>
background-color css
<style>
a { background-color: #863BB3; }
a { background-color: rgb(134,59,179); }
div.DivClassName
{
background-color: #863BB3;
}
.BgClassName
{
background-color: #863BB3;
}
</style>
border-color css
<style>
span { border-color: #863BB3; }
span { border-color: rgb(134,59,179); }
td.TdClassName
{
border-color: #863BB3;
}
.TagClassName
{
border-color: #863BB3;
}
</style>