Shades of True V #866FCF
Tints of True V #866FCF
RGB
CMYK
RGB Variations
Color information
#866FCF (or 0x866FCF) is known color: True V. HEX triplet: 86, 6F and CF. RGB value is (134,111,207). Sum of RGB (Red+Green+Blue) = 134+111+207=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 111 (43.75% from 255 or 24.56% from 452); Blue value is 207 (81.25% from 255 or 45.80% from 452); Max value from RGB is 207 - color contains mainly: blue. Hex color #866FCF is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866FCF is #799030. Grayscale: #808080. Windows color (decimal): -7966769 or 13594502. OLE color: 13594502.
HSL color Cylindrical-coordinate representation of color #866FCF: hue angle of 254.38º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #866FCF is Cyan = 0.35, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.19.
Color convert
| RGB | 134 | 111 | 207 | - |
| CMYK | 0.35 | 0.46 | 0 | 0.19 |
| HSL | 254.38º | 0.5% | 0.62% | - |
| HSV(B) | 254.38º | 0.46% | 0.81% | - |
| XYZ | 26.78 | 20.94 | 61.66 | - |
| YUV | 128.82 | 172.12 | 131.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 111 | 207 | 0.35 | 0.46 | 0 | 0.19 | 254.38 | 0.5 | 0.62 |
| Hex | 86 | 6F | CF | 23 | 2E | 0 | 13 | FE | 32 | 3E |
| Octal | 206 | 157 | 317 | 43 | 56 | 0 | 23 | 376 | 62 | 76 |
| Binary | 10000110 | 1101111 | 11001111 | 100011 | 101110 | 0 | 10011 | 11111110 | 110010 | 111110 |
Color Harmonies of #866FCF
Complementary color
Monochromatic Colors of #866FCF
Black with #866FCF
Text Example
Text Example
White with #866FCF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866FCF; }
p { color: rgb(134,111,207); }
H1.HeaderClassName
{
color: #866FCF;
}
.AnyTagClassName
{
color: #866FCF;
}
</style>
background-color css
<style>
a { background-color: #866FCF; }
a { background-color: rgb(134,111,207); }
div.DivClassName
{
background-color: #866FCF;
}
.BgClassName
{
background-color: #866FCF;
}
</style>
border-color css
<style>
span { border-color: #866FCF; }
span { border-color: rgb(134,111,207); }
td.TdClassName
{
border-color: #866FCF;
}
.TagClassName
{
border-color: #866FCF;
}
</style>