Shades of True V #865DCD
Tints of True V #865DCD
RGB
CMYK
RGB Variations
Color information
#865DCD (or 0x865DCD) is known color: True V. HEX triplet: 86, 5D and CD. RGB value is (134,93,205). Sum of RGB (Red+Green+Blue) = 134+93+205=432 (57% of max value = 765). Red value is 134 (52.73% from 255 or 31.02% from 432); Green value is 93 (36.72% from 255 or 21.53% from 432); Blue value is 205 (80.47% from 255 or 47.45% from 432); Max value from RGB is 205 - color contains mainly: blue. Hex color #865DCD is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #865DCD is #79A232. Grayscale: #757575. Windows color (decimal): -7971379 or 13458822. OLE color: 13458822.
HSL color Cylindrical-coordinate representation of color #865DCD: hue angle of 261.96º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #865DCD is Cyan = 0.35, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.20.
Color convert
| RGB | 134 | 93 | 205 | - |
| CMYK | 0.35 | 0.55 | 0 | 0.20 |
| HSL | 261.96º | 0.53% | 0.58% | - |
| HSV(B) | 261.96º | 0.55% | 0.8% | - |
| XYZ | 24.77 | 17.3 | 59.79 | - |
| YUV | 118.03 | 177.08 | 139.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 93 | 205 | 0.35 | 0.55 | 0 | 0.20 | 261.96 | 0.53 | 0.58 |
| Hex | 86 | 5D | CD | 23 | 37 | 0 | 14 | 106 | 35 | 3A |
| Octal | 206 | 135 | 315 | 43 | 67 | 0 | 24 | 406 | 65 | 72 |
| Binary | 10000110 | 1011101 | 11001101 | 100011 | 110111 | 0 | 10100 | 100000110 | 110101 | 111010 |
Color Harmonies of #865DCD
Complementary color
Monochromatic Colors of #865DCD
Black with #865DCD
Text Example
Text Example
White with #865DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #865DCD; }
p { color: rgb(134,93,205); }
H1.HeaderClassName
{
color: #865DCD;
}
.AnyTagClassName
{
color: #865DCD;
}
</style>
background-color css
<style>
a { background-color: #865DCD; }
a { background-color: rgb(134,93,205); }
div.DivClassName
{
background-color: #865DCD;
}
.BgClassName
{
background-color: #865DCD;
}
</style>
border-color css
<style>
span { border-color: #865DCD; }
span { border-color: rgb(134,93,205); }
td.TdClassName
{
border-color: #865DCD;
}
.TagClassName
{
border-color: #865DCD;
}
</style>