Shades of True V #866CD2
Tints of True V #866CD2
RGB
CMYK
RGB Variations
Color information
#866CD2 (or 0x866CD2) is known color: True V. HEX triplet: 86, 6C and D2. RGB value is (134,108,210). Sum of RGB (Red+Green+Blue) = 134+108+210=452 (59% of max value = 765). Red value is 134 (52.73% from 255 or 29.65% from 452); Green value is 108 (42.58% from 255 or 23.89% from 452); Blue value is 210 (82.42% from 255 or 46.46% from 452); Max value from RGB is 210 - color contains mainly: blue. Hex color #866CD2 is not a web safe color. Web safe color analog (approx): #9966CC. Inversed color of #866CD2 is #79932D. Grayscale: #7F7F7F. Windows color (decimal): -7967534 or 13790342. OLE color: 13790342.
HSL color Cylindrical-coordinate representation of color #866CD2: hue angle of 255.29º degrees, saturation: 0.53, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #866CD2 is Cyan = 0.36, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 134 | 108 | 210 | - |
| CMYK | 0.36 | 0.49 | 0 | 0.18 |
| HSL | 255.29º | 0.53% | 0.62% | - |
| HSV(B) | 255.29º | 0.49% | 0.82% | - |
| XYZ | 26.83 | 20.45 | 63.51 | - |
| YUV | 127.4 | 174.61 | 132.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 134 | 108 | 210 | 0.36 | 0.49 | 0 | 0.18 | 255.29 | 0.53 | 0.62 |
| Hex | 86 | 6C | D2 | 24 | 31 | 0 | 12 | FF | 35 | 3E |
| Octal | 206 | 154 | 322 | 44 | 61 | 0 | 22 | 377 | 65 | 76 |
| Binary | 10000110 | 1101100 | 11010010 | 100100 | 110001 | 0 | 10010 | 11111111 | 110101 | 111110 |
Color Harmonies of #866CD2
Complementary color
Monochromatic Colors of #866CD2
Black with #866CD2
Text Example
Text Example
White with #866CD2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #866CD2; }
p { color: rgb(134,108,210); }
H1.HeaderClassName
{
color: #866CD2;
}
.AnyTagClassName
{
color: #866CD2;
}
</style>
background-color css
<style>
a { background-color: #866CD2; }
a { background-color: rgb(134,108,210); }
div.DivClassName
{
background-color: #866CD2;
}
.BgClassName
{
background-color: #866CD2;
}
</style>
border-color css
<style>
span { border-color: #866CD2; }
span { border-color: rgb(134,108,210); }
td.TdClassName
{
border-color: #866CD2;
}
.TagClassName
{
border-color: #866CD2;
}
</style>